diff options
author | Christoph Kluenter <ckluente@thouthworks.com> | 2014-09-09 09:51:07 +0200 |
---|---|---|
committer | Christoph Kluenter <ckluente@thouthworks.com> | 2014-09-09 09:51:40 +0200 |
commit | 46bba2ea84eceded4f9bba93fc8519d8bd2cefbb (patch) | |
tree | 1421939065dfaa8a1631cc6827ca233c96f3dcbe /.gitignore | |
parent | 8ad3125a3883e97a1194f33d01c4be9c8af6b741 (diff) |
ignore all egg-info files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,7 @@ .bundle *.log *.DS_Store +*.egg-info web-ui/node_modules web-ui/app/bower_components .tmp @@ -29,4 +30,3 @@ __pycache__/ .virtualenv gunicorn.pid gunicorn.log -Pixelated_User_Agent_Service.egg-info |