Merge and extent .gitignore files

This commit is contained in:
Raphael Michel
2014-10-04 20:24:03 +02:00
parent 74e0e752d4
commit b5b60b9482
2 changed files with 13 additions and 12 deletions
+13
View File
@@ -1,3 +1,16 @@
env/
.coverage
htmlcov/
.ropeproject
*.sqlite3
*.db
*.py[cod]
*.swp
*.aux
*.log
*.toc
*.mo
*~
.ropeproject
__pycache__/
_static/
-12
View File
@@ -1,12 +0,0 @@
*.sqlite3
*.db
*.py[cod]
*.swp
*.aux
*.log
*.toc
*.mo
*~
.ropeproject
__pycache__/
_static/