Applied an overal cleanup of the .gitignore file
parent
ec1fd53974
commit
7889293227
|
|
@ -1,39 +1,16 @@
|
||||||
.hg
|
|
||||||
*.svn
|
|
||||||
*.pyc
|
*.pyc
|
||||||
*~
|
*.pyo
|
||||||
.project
|
*.mo
|
||||||
.pydevproject
|
*.db
|
||||||
.settings
|
*.egg-info/
|
||||||
nbproject
|
*.egg/
|
||||||
|
|
||||||
tmp
|
|
||||||
libraries-local
|
|
||||||
|
|
||||||
pushgit
|
|
||||||
pushhg
|
|
||||||
pushreg
|
|
||||||
pbackup
|
|
||||||
mcmd.py
|
|
||||||
dbconfig_local.py
|
|
||||||
diffmanagement
|
|
||||||
scrapbook.py
|
|
||||||
|
|
||||||
pip-log.txt
|
|
||||||
build
|
|
||||||
ppreadme.py
|
|
||||||
ppdocs.py
|
|
||||||
common.css
|
|
||||||
screen.css
|
|
||||||
|
|
||||||
.coverage
|
.coverage
|
||||||
bin/
|
.project
|
||||||
distribute-0.6.10.tar.gz
|
.idea/
|
||||||
htmlcov/
|
.pydevproject
|
||||||
include/
|
.idea/workspace.xml
|
||||||
lib/
|
|
||||||
|
|
||||||
MANIFEST
|
|
||||||
dist/
|
|
||||||
*.egg-info
|
|
||||||
.tox/
|
.tox/
|
||||||
|
.DS_Store
|
||||||
|
dist/
|
||||||
|
docs/_build/
|
||||||
|
htmlcov/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue