diff options
author | drebs <drebs@leap.se> | 2013-03-31 21:01:06 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-03-31 21:01:06 -0300 |
commit | 19c6818d679353ddc7b7d7ffbad8fc497ff3b4f4 (patch) | |
tree | 40be90f45b19f10d2fb061035d2c2b5256e74560 /.gitignore | |
parent | 6ce9563ea4b5d4d6e0cd833d1f12bbf1709a5f13 (diff) |
Fix and complement .gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ -*.pyc +*.pyc +*.egg *.egg-info +dist/ +build/ |