Modified gitignore file

This commit is contained in:
Manuel Cortez 2018-04-13 08:26:58 -05:00
parent da70a6b400
commit 1d31a26bb8

8
.gitignore vendored
View File

@ -9,9 +9,9 @@ src/*$py.class
# Distribution / packaging # Distribution / packaging
.Python .Python
env/ env/
build/ src/build/
develop-eggs/ develop-eggs/
dist/ src/dist/
downloads/ downloads/
eggs/ eggs/
.eggs/ .eggs/
@ -45,10 +45,6 @@ coverage.xml
*,cover *,cover
.hypothesis/ .hypothesis/
# Translations
*.mo
*.pot
# Django stuff: # Django stuff:
*.log *.log
local_settings.py local_settings.py