| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
