Add .gitignore

- Ignore compiled python
 - Patch files
 - lib/icons_rc.py (generated)
This commit is contained in:
ErebusBat 2012-08-02 10:46:42 -06:00
parent 608d4cad74
commit 90f9ae8753
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
####-*.patch
lib/icons_rc.py
*.pyc