aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2009-10-01/doc/_build is not interesting...Martin Marcher
2008-06-13Added /dist to .gitignoreSverre Rabbelier
2008-05-29gitignore: add ignores for common emacs and vim temporary filesDavid Aguilar
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>
2008-05-28gitignore: ignore eggs, .pyo's and /buildDavid Aguilar
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>
2008-05-20added .gitignore to ignore *.pyc files and the egg-info stuff.Florian Apolloner