diff options
author | Tom Caputi <[email protected]> | 2019-01-13 13:04:38 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-01-13 10:04:38 -0800 |
commit | a13392a6a1a0e3858a11f79cf3fc2f2026b4dcc0 (patch) | |
tree | 086cbdba239c750f5833e3ec26953721646b5c4e /contrib/pyzfs | |
parent | e34cd80d7942a0f26042c074f30044083c9f952f (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tom Caputi <[email protected]>
Closes #8268
Diffstat (limited to 'contrib/pyzfs')
-rw-r--r-- | contrib/pyzfs/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pyzfs/.gitignore b/contrib/pyzfs/.gitignore index d1d000d64..f2e63db0f 100644 --- a/contrib/pyzfs/.gitignore +++ b/contrib/pyzfs/.gitignore @@ -1,2 +1,3 @@ build pyzfs.egg-info +setup.py |