summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore will now ignore netbeans projectsSebastian Thiel2010-10-251-0/+1
| | | | Fixed test which used the --force flag on move, but there is only a short version (left) it appears
* /doc/_build is not interesting...Martin Marcher2009-10-011-0/+1
|
* Added /dist to .gitignoreSverre Rabbelier2008-06-131-0/+1
|
* gitignore: add ignores for common emacs and vim temporary filesDavid Aguilar2008-05-291-0/+2
| | | | | | | | | vim saves temporary data in $FILENAME.swp. emacs saves backups in $FILENAME~. .gitignore now ignores all of these entries. Signed-off-by: David Aguilar <davvid@gmail.com>
* gitignore: ignore eggs, .pyo's and /buildDavid Aguilar2008-05-281-2/+3
| | | | | | | | | | | | This commit sets up .gitignore so that it properly ignores both .pyo and .pyc files. The egg path was updated so that it is prepended with a "/". "/build" was added to the list of ignored paths since it is customary for setuptools to use that directory for builds. Signed-off-by: David Aguilar <davvid@gmail.com>
* added .gitignore to ignore *.pyc files and the egg-info stuff.Florian Apolloner2008-05-201-0/+2