Ignore *.o.ur-safe build artifacts

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 <dinatale2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #7534
This commit is contained in:
Brian Behlendorf 2018-05-13 18:59:02 -07:00 committed by GitHub
parent bc5f51c5de
commit b669ab83bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@
# Normal rules
#
*.[oa]
*.o.ur-safe
*.lo
*.la
*.mod.c

1
man/man8/.gitignore vendored
View File

@ -1 +1,2 @@
/zed.8
/zfs-mount-generator.8

1
module/.gitignore vendored
View File

@ -6,6 +6,7 @@
.*.cmd
.*.d
/.cache.mk
/.tmp_versions
/Module.markers
/Module.symvers

View File

@ -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` $@ \