aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
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