Add .gitignore file

Currently Python bytecode files (.pyc) and the compiled
Waf executable are ignored. This cleans up 'git status' output
a lot.
This commit is contained in:
Krzysztof Kosiński 2011-10-26 18:46:12 +02:00
parent 01b821fbc3
commit ddd3a022a2
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
waf