axmol/.gitignore

103 lines
1.6 KiB
Plaintext
Raw Normal View History

2013-03-02 01:09:58 +08:00
# Ignore thumbnails created by windows
Thumbs.db
2013-03-02 01:09:58 +08:00
# 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/
[Dd]ebug.win32/
*.sbr
*.sdf
obj/
[Rr]elease/
[Rr]elease.win32/
_ReSharper*/
[Tt]est[Rr]esult*
ipch/
*.opensdf
# Ignore files build by ndk and eclipse
libs/
bin/
obj/
gen/
assets/
local.properties
2013-03-02 01:09:58 +08:00
# Ignore files built by NaCl
samples/Cpp/HelloCpp/proj.nacl/Resources/
samples/Cpp/TestCpp/proj.nacl/Resources/
samples/Cpp/TestCpp/proj.nacl/out/
samples/Cpp/SimpleGame/proj.nacl/Resources/
samples/Lua/HelloLua/proj.nacl/Resources/
samples/Lua/TestLua/proj.nacl/Resources/
2012-06-22 07:02:28 +08:00
# Ignore python compiled files
*.pyc
# Ignore files build by airplay and marmalade
build_*_xcode/
build_*_vc10/
# Ignore files build by xcode
*.mode*v*
*.pbxuser
*.xcbkptlist
*.xcscheme
*.xcworkspacedata
*.xcuserstate
2013-09-27 17:22:55 +08:00
*.xccheckout
xcschememanagement.plist
2012-04-18 03:43:08 +08:00
.DS_Store
2013-03-17 14:25:59 +08:00
._.*
2012-04-18 03:43:08 +08:00
xcuserdata/
2013-02-20 15:50:32 +08:00
DerivedData/
# Ignore files built by AppCode
.idea/
# Ignore files built by bada
.Simulator-Debug/
.Target-Debug/
.Target-Release/
# Ignore files built by blackberry
Simulator/
Device-Debug/
Device-Release/
# Ignore vim swaps
*.swp
2013-05-31 20:30:14 +08:00
*.swo
2012-09-19 03:27:44 +08:00
# Ignore files created by create_project.py
projects/
2012-09-19 03:27:44 +08:00
# Ignore config files in javascript bindings generator
tools/tojs/user.cfg
# ... userconf.ini generated if running from tools/tojs
2012-09-19 03:27:44 +08:00
tools/tojs/userconf.ini
tools/tolua/userconf.ini
# ... userconf.ini generated if running from tools/jenkins_scripts/mac/android/
tools/jenkins_scripts/mac/android/userconf.ini
2013-05-15 06:39:11 +08:00
# CTags
tags