]> granicus.if.org Git - zfs/commitdiff
Ignore *.o.ur-safe build artifacts
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 14 May 2018 01:59:02 +0000 (18:59 -0700)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 01:59:02 +0000 (18:59 -0700)
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

.gitignore
man/man8/.gitignore
module/.gitignore
module/Makefile.in

index bfce0902fe917be2dcc1cc143b403ce242b6f767..3a8cb2e8673613106cc8aff0062d392b15313ec8 100644 (file)
@@ -14,6 +14,7 @@
 # Normal rules
 #
 *.[oa]
+*.o.ur-safe
 *.lo
 *.la
 *.mod.c
index be7e9040f57f54eb3cbe4b12c97287f0be82f44d..f2fc702147e933b75101c0e0619e30b997e3794a 100644 (file)
@@ -1 +1,2 @@
 /zed.8
+/zfs-mount-generator.8
index f81bf6e6d69de4ba7cdc848bb37a07886a9282ed..1ea8ef0bb811b632972055005e07cdf55f4e8657 100644 (file)
@@ -6,6 +6,7 @@
 .*.cmd
 .*.d
 
+/.cache.mk
 /.tmp_versions
 /Module.markers
 /Module.symvers
index 15c74e1305450b6da3eb5edf2e7503e77550a145..4cd6988bbacb95be016ef10a71ec3c0caf05a3fe 100644 (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` $@ \