-
Notifications
You must be signed in to change notification settings - Fork 3
gitignore
I've added a basic gitignore file so that we don't commit a fuckton of temporary and other such files.
It's in the repo so you'll all have it. Feel free to change it if I've blocked something necessary or forgotten some.
Here is the list:
*.class
*.jar *.war *.ear
.*.sw[a-z] *.un~ Session.vim
*~
.pydevproject .project .metadata bin/* tmp/** tmp/**/* *.tmp *.bak *.swp *~.nib local.properties .classpath .settings/ .loadpath
.externalToolBuilders/
*.launch
.cproject
.buildpath
*.aux *.bbl *.blg *.dvi *.fdb_latexmk *.glg *.glo *.gls *.idx *.ilg *.ind *.ist *.lof *.log *.lot *.nav *.nlo *.out *.pdfsync *.ps *.snm *.synctex.gz *.toc *.vrb *.maf *.mtc *.mtc0
*.py[co]
*.egg *.egg-info dist build eggs parts bin var sdist develop-eggs .installed.cfg
pip-log.txt
.coverage .tox
#Translations *.mo
#Mr Developer .mr.developer.cfg