Skip to content
jkhulme edited this page Jan 21, 2012 · 1 revision

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:

Java

*.class

Package Files

*.jar *.war *.ear

Vim

.*.sw[a-z] *.un~ Session.vim

Temp Files

*~

Eclipse

.pydevproject .project .metadata bin/* tmp/** tmp/**/* *.tmp *.bak *.swp *~.nib local.properties .classpath .settings/ .loadpath

External tool builders

.externalToolBuilders/

Locally stored "Eclipse launch configurations"

*.launch

CDT-specific

.cproject

PDT-specific

.buildpath

LaTeX

*.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

Python

*.py[co]

Packages

*.egg *.egg-info dist build eggs parts bin var sdist develop-eggs .installed.cfg

Installer logs

pip-log.txt

Unit test / coverage reports

.coverage .tox

#Translations *.mo

#Mr Developer .mr.developer.cfg

Clone this wiki locally