Skip to content

Commit 2a5f4c7

Browse files
committed
Simplify gitignore
1 parent 4c0ec78 commit 2a5f4c7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.gitignore

+1-12
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ var/
2323
*.egg-info/
2424
.installed.cfg
2525
*.egg
26-
27-
# PyInstaller
28-
# Usually these files are written by a python script from a template
29-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
30-
*.manifest
31-
*.spec
26+
MANIFEST
3227

3328
# Installer logs
3429
pip-log.txt
@@ -49,14 +44,8 @@ coverage.xml
4944
*.mo
5045
*.pot
5146

52-
# Django stuff:
53-
*.log
54-
5547
# Sphinx documentation
5648
docs/_build/
5749

58-
# PyBuilder
59-
target/
60-
6150
#Ipython Notebook
6251
.ipynb_checkpoints

0 commit comments

Comments
 (0)