]> granicus.if.org Git - zfs/commitdiff
Add pyzfs build directories to gitignore
authorTom Caputi <tcaputi@datto.com>
Tue, 12 Jun 2018 01:42:12 +0000 (21:42 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 12 Jun 2018 01:42:12 +0000 (18:42 -0700)
The recent addition of pyzfs does not include the generated 'build'
and 'pyzfs.egg-info' directories in the pyzfs .gitignore or the
'make clean' target. This patch simply corrects this problem.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tom Caputi <tcaputi@datto.com>
Closes #7612

contrib/pyzfs/.gitignore [new file with mode: 0644]
contrib/pyzfs/Makefile.am

diff --git a/contrib/pyzfs/.gitignore b/contrib/pyzfs/.gitignore
new file mode 100644 (file)
index 0000000..d1d000d
--- /dev/null
@@ -0,0 +1,2 @@
+build
+pyzfs.egg-info
index 49b6a6f29880cda26fabfa1e462ec6880fc39b68..f27216a77ef2e822b684aa27d9d0df28525e26db 100644 (file)
@@ -32,6 +32,7 @@ install-exec-local:
        --verbose
 
 clean: clean-local
+       rm -rf build/ pyzfs.egg-info/
 
 clean-local: