axmol/.gitignore

66 lines
829 B
Plaintext
Raw Normal View History

#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.aps
*.vcproj.*.user
*.vspscc
*_i.c
*.i
*.icf
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
2010-12-13 11:21:58 +08:00
[Tt]est[Rr]esult*
# Ignore files build by ndk and eclipse
libs/
bin/
obj/
assets/
2010-12-13 11:21:58 +08:00
.classpath
2011-02-06 07:49:12 +08:00
.project
.cproject
2011-10-19 14:50:06 +08:00
# Ignore files build by linux
2011-10-19 14:47:40 +08:00
*.o
# Ignore files build by airplay
build_*_xcode/
# Ignore files build by xcode
*.mode*v*
*.pbxuser
2011-06-13 13:47:01 +08:00
*.xcbkptlist
*.xcscheme
*.xcworkspacedata
*.xcuserstate
xcschememanagement.plist
build/
.DS_Store
2011-09-19 18:05:40 +08:00
# Ignore files built by bada
2011-09-19 18:05:40 +08:00
.Simulator-Debug/
.Target-Debug/
.Target-Release/
# Ignore files built by blackberry
Simulator/
Device-Debug/
Device-Release/