Fix up .gitignore

int
lericson 2010-03-16 20:59:46 +01:00
parent 3331c59d77
commit c2b8573adf
1 changed files with 5 additions and 2 deletions

7
.gitignore vendored
View File

@ -1,5 +1,8 @@
*.pyc *.pyc
*.pyo *.pyo
build/* .DS_Store
dist/* build
dist
tmp
MANIFEST MANIFEST
sendapatch.se