template project, first version
This commit is contained in:
28
AntTweakBar/.gitignore
vendored
Normal file
28
AntTweakBar/.gitignore
vendored
Normal 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.*
|
||||
Reference in New Issue
Block a user