template project, first version

This commit is contained in:
rachelchu
2017-10-11 15:01:05 +02:00
commit 8e902224cf
794 changed files with 326190 additions and 0 deletions

28
AntTweakBar/.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
*.[oa]
*~
*.ncb
*.sdf
*.suo
*.user
*.asp
*.pch
/src/debug32
/src/debug64
/src/release32
/src/release64
/src/ipch
/examples/debug32
/examples/debug64
/examples/tmp
/examples/bin32/*.exe
/examples/bin32/*.out
/examples/bin32/AntTweakBar.dll
/examples/bin64/*.exe
/examples/bin64/*.out
/examples/bin64/AntTweakBar64.dll
lib/debug
lib/*.lib
lib/*.dll
lib/*.exp
lib/*.so
lib/*.so.*