From: Tom Caputi Date: Tue, 12 Jun 2018 01:42:12 +0000 (-0400) Subject: Add pyzfs build directories to gitignore X-Git-Tag: zfs-0.8.0-rc1~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c634808ebbc86fc0eac498bcb17adda407da5569;p=zfs Add pyzfs build directories to gitignore 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 Reviewed-by: loli10K Reviewed-by: Brian Behlendorf Signed-off-by: Tom Caputi Closes #7612 --- diff --git a/contrib/pyzfs/.gitignore b/contrib/pyzfs/.gitignore new file mode 100644 index 000000000..d1d000d64 --- /dev/null +++ b/contrib/pyzfs/.gitignore @@ -0,0 +1,2 @@ +build +pyzfs.egg-info diff --git a/contrib/pyzfs/Makefile.am b/contrib/pyzfs/Makefile.am index 49b6a6f29..f27216a77 100644 --- a/contrib/pyzfs/Makefile.am +++ b/contrib/pyzfs/Makefile.am @@ -32,6 +32,7 @@ install-exec-local: --verbose clean: clean-local + rm -rf build/ pyzfs.egg-info/ clean-local: