mirror of https://github.com/axmolengine/axmol.git
77 lines
865 B
Plaintext
77 lines
865 B
Plaintext
|
# Ignore thumbnails created by windows
|
||
|
Thumbs.db
|
||
|
|
||
|
# Ignore files build by Visual Studio
|
||
|
*.obj
|
||
|
*.exe
|
||
|
*.pdb
|
||
|
*.aps
|
||
|
*.vcproj.*.user
|
||
|
*.vcxproj.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
|
||
|
Generated Files
|
||
|
AppPackages
|
||
|
|
||
|
# Ignore files build by ndk and eclipse
|
||
|
libs/
|
||
|
bin/
|
||
|
obj/
|
||
|
gen/
|
||
|
assets/
|
||
|
local.properties
|
||
|
|
||
|
# Ignore files build by airplay and marmalade
|
||
|
build_*_xcode/
|
||
|
build_*_vc10/
|
||
|
|
||
|
# Ignore files build by Xcode
|
||
|
*.mode*v*
|
||
|
*.pbxuser
|
||
|
*.xcbkptlist
|
||
|
*.xcworkspacedata
|
||
|
*.xcuserstate
|
||
|
*.xccheckout
|
||
|
xcschememanagement.plist
|
||
|
.DS_Store
|
||
|
._.*
|
||
|
xcuserdata/
|
||
|
DerivedData/
|
||
|
proj.ios_mac/build/
|
||
|
|
||
|
# Ignore vim swaps
|
||
|
*.swp
|
||
|
*.swo
|
||
|
|
||
|
# Cmake files
|
||
|
CMakeCache.txt
|
||
|
CMakeFiles
|
||
|
Makefile
|
||
|
cmake_install.cmake
|
||
|
CMakeLists.txt.user
|
||
|
|
||
|
*.jsc
|