Update .gitignore a bit

This commit is contained in:
Michael Hansen
2011-10-02 19:47:18 -07:00
parent 725a2f9a02
commit 1f34a6fa2b

16
.gitignore vendored
View File

@@ -1,4 +1,3 @@
*.o
*.vcproj.*.user
*.ncb
*.suo
@@ -6,9 +5,14 @@
*.swo
*.gcno
*.gcda
tags
/bin/pycdas
/bin/pycdc
/bin/*.py
/bin/*.pyc
/bin/pycdc*
/bin/pycdas*
/out/*.o
/out/*.obj
/out/*.manifest
/out/*.manifest.res
/out/*.dep
/out/*.idb
/out/*.pdb
/out/BuildLog.htm
/bytes/*.cpp