Skip to content

Commit

Permalink
Ignore *.o.ur-safe build artifacts
Browse files Browse the repository at this point in the history
Generated when building on Ubuntu 18.04.  Also ignore the new
dynamically generated zfs-mount-generator.8 man page, and the
module/.cache.mk file.

Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#7534
  • Loading branch information
behlendorf authored May 14, 2018
1 parent bc5f51c commit b669ab8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# Normal rules
#
*.[oa]
*.o.ur-safe
*.lo
*.la
*.mod.c
Expand Down
1 change: 1 addition & 0 deletions man/man8/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/zed.8
/zfs-mount-generator.8
1 change: 1 addition & 0 deletions module/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.*.cmd
.*.d

/.cache.mk
/.tmp_versions
/Module.markers
/Module.symvers
Expand Down
2 changes: 2 additions & 0 deletions module/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ clean:
if [ -f @LINUX_SYMBOLS@ ]; then $(RM) @LINUX_SYMBOLS@; fi
if [ -f Module.markers ]; then $(RM) Module.markers; fi

find . -name '*.ur-safe' -type f -print | xargs $(RM)

modules_install:
@# Install the kernel modules
$(MAKE) -C @LINUX_OBJ@ SUBDIRS=`pwd` $@ \
Expand Down

0 comments on commit b669ab8

Please sign in to comment.