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 <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
This commit is contained in:
Tom Caputi 2018-06-11 21:42:12 -04:00 committed by Brian Behlendorf
parent 2ffd89fcb9
commit c634808ebb
2 changed files with 3 additions and 0 deletions

2
contrib/pyzfs/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build
pyzfs.egg-info

View File

@ -32,6 +32,7 @@ install-exec-local:
--verbose --verbose
clean: clean-local clean: clean-local
rm -rf build/ pyzfs.egg-info/
clean-local: clean-local: