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