| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | /doc/_build is not interesting... | Martin Marcher | 2009-10-01 | 1 | -0/+1 |
| | | |||||
| * | Added /dist to .gitignore | Sverre Rabbelier | 2008-06-13 | 1 | -0/+1 |
| | | |||||
| * | gitignore: add ignores for common emacs and vim temporary files | David Aguilar | 2008-05-29 | 1 | -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 /build | David Aguilar | 2008-05-28 | 1 | -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 Apolloner | 2008-05-20 | 1 | -0/+2 |
