Remove duplicate entry from gitignore and add entries for egg-info.

refactoring
cookietime--yay 2019-03-04 15:16:21 +01:00
parent 5535d3535f
commit fa3dda1c60
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.swp
*.pyc
*.egg-info/
.idea/
__pycache__/
last_mention
@ -17,4 +18,3 @@ include/
lib/
share/
local/
venv/