added gitignore and manifest files

Signed-off-by: Devan Goodwin <dgoodwin@rm-rf.ca>
This commit is contained in:
Steve 'Ashcrow' Milner 2009-07-22 00:59:47 +08:00 committed by Devan Goodwin
parent 5b87596e33
commit 8936db2874
2 changed files with 20 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# All files to globally ignore
*.pyc
*.pyo
*$py.class
*.swp
*.patch
*#
*~
*.egg
*.egg-info
MANIFEST
dist
build
.build

6
MANIFEST.in Normal file
View file

@ -0,0 +1,6 @@
include AUTHORS
include LICENSE
include MANIFEST.in
include COPYING
recursive-include bin *.*
recursive-include test *.*