axmol/.gitignore

48 lines
538 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
# Ignore files build by airplay
build_*_xcode/
# Ignore files build by xcode
*.mode*v*
*.pbxuser
build/
.DS_Store