]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Add contrib/pyzfs/setup.py to .gitignore
authorTom Caputi <tcaputi@datto.com>
Sun, 13 Jan 2019 18:04:38 +0000 (13:04 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 13 Jan 2019 18:04:38 +0000 (10:04 -0800)
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

contrib/pyzfs/.gitignore

index d1d000d64d6b7b0c8f593a9c9334c1e0ebc330e7..f2e63db0fcf569807e944b86bcb3eb776f631573 100644 (file)
@@ -1,2 +1,3 @@
 build
 pyzfs.egg-info
+setup.py