Add contrib/pyzfs/setup.py to .gitignore

As of 9ef798b77, setup.py is now generated from setup.py.in, but
this file was never moved to the .gitignore. This patch simply
corrects this issue.

Reviewed-by: Neal Gompa <ngompa@datto.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tom Caputi <tcaputi@datto.com>
Closes #8268
This commit is contained in:
Tom Caputi 2019-01-13 13:04:38 -05:00 committed by Brian Behlendorf
parent e34cd80d79
commit a13392a6a1

View File

@ -1,2 +1,3 @@
build
pyzfs.egg-info
setup.py