Added more excludes to .gitignore
Some more commenting also
This commit is contained in:
parent
e421f71208
commit
6c63e83e99
|
@ -1,3 +1,9 @@
|
|||
#Vim backup files
|
||||
*~
|
||||
#Python compiled files
|
||||
*.pyc
|
||||
|
||||
#Git-svn created .gitignore
|
||||
/Release
|
||||
/Debug
|
||||
/vc90.pdb
|
||||
|
|
Loading…
Reference in New Issue