2013-11-19 02:38:44 +04:00
|
|
|
# Ignore generated files
|
|
|
|
# ...
|
|
|
|
|
|
|
|
# Ignore compiled binaries
|
2014-09-18 20:52:28 +04:00
|
|
|
src/*.o
|
2013-11-19 02:38:44 +04:00
|
|
|
src/*.exe
|
|
|
|
examples/*.o
|
2014-09-16 13:30:25 +04:00
|
|
|
examples/*.exe
|
2014-09-18 20:52:28 +04:00
|
|
|
templates/*.exe
|
|
|
|
|
|
|
|
# Ignore Android generated files and folders
|
|
|
|
src_android/obj/
|
|
|
|
templates/android_project/bin/
|
|
|
|
templates/android_project/obj/
|
|
|
|
templates/android_project/libs/
|
2013-11-19 02:38:44 +04:00
|
|
|
|
|
|
|
# Ignore thumbnails created by windows
|
|
|
|
Thumbs.db
|
2013-10-24 19:49:49 +04:00
|
|
|
|
2013-11-19 02:38:44 +04:00
|
|
|
# Ignore files build by Visual Studio
|
2013-11-24 23:30:34 +04:00
|
|
|
# *.obj --> Can be confused with 3d model!
|
2013-10-24 19:49:49 +04:00
|
|
|
*.pdb
|
2013-11-19 02:38:44 +04:00
|
|
|
*.aps
|
|
|
|
*.vcproj.*.user
|
|
|
|
*.vcxproj*
|
|
|
|
*.sln
|
|
|
|
*.vspscc
|
|
|
|
*_i.c
|
|
|
|
*.i
|
|
|
|
*.icf
|
|
|
|
*_p.c
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
2013-10-24 19:49:49 +04:00
|
|
|
*.tlb
|
|
|
|
*.tlh
|
2013-11-19 02:38:44 +04:00
|
|
|
*.bak
|
|
|
|
*.cache
|
|
|
|
*.ilk
|
2013-10-24 19:49:49 +04:00
|
|
|
*.log
|
2013-11-19 02:38:44 +04:00
|
|
|
[Bb]in
|
|
|
|
[Dd]ebug/
|
|
|
|
[Dd]ebug.win32/
|
|
|
|
*.sbr
|
2013-10-24 19:49:49 +04:00
|
|
|
*.sdf
|
2013-11-19 02:38:44 +04:00
|
|
|
obj/
|
|
|
|
[Rr]elease.win32/
|
2013-10-24 19:49:49 +04:00
|
|
|
_ReSharper*/
|
2013-11-19 02:38:44 +04:00
|
|
|
[Tt]est[Rr]esult*
|
|
|
|
ipch/
|
|
|
|
*.opensdf
|
2013-10-24 19:49:49 +04:00
|
|
|
|
2013-11-19 02:38:44 +04:00
|
|
|
# Ignore files build by xcode
|
|
|
|
*.mode*v*
|
|
|
|
*.pbxuser
|
|
|
|
*.xcbkptlist
|
|
|
|
*.xcscheme
|
|
|
|
*.xcworkspacedata
|
|
|
|
*.xcuserstate
|
|
|
|
*.xccheckout
|
|
|
|
xcschememanagement.plist
|
2013-10-24 19:49:49 +04:00
|
|
|
.DS_Store
|
2013-11-19 02:38:44 +04:00
|
|
|
._.*
|
|
|
|
xcuserdata/
|
|
|
|
DerivedData/
|