diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 76ae1ca2c..988ecc0a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,14 @@ env engines.cfg +.installed.cfg +setup.cfg *.pyc -*/*.pyc
\ No newline at end of file +*/*.pyc + +bin/ +include/ +lib/ +build/ +develop-eggs/ +parts/ |