2013-03-02 01:09:58 +08:00
|
|
|
# Ignore thumbnails created by windows
|
2012-05-24 17:34:21 +08:00
|
|
|
Thumbs.db
|
2013-03-03 10:30:39 +08:00
|
|
|
|
2013-03-02 01:09:58 +08:00
|
|
|
# Ignore files build by Visual Studio
|
2012-05-24 17:34:21 +08:00
|
|
|
*.obj
|
|
|
|
*.exe
|
|
|
|
*.pdb
|
|
|
|
*.aps
|
|
|
|
*.vcproj.*.user
|
2014-03-29 06:32:23 +08:00
|
|
|
*.vcxproj.user
|
|
|
|
*.csproj.user
|
2012-05-24 17:34:21 +08:00
|
|
|
*.vspscc
|
|
|
|
*_i.c
|
|
|
|
*.i
|
|
|
|
*.icf
|
|
|
|
*_p.c
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
|
|
|
*.tlb
|
|
|
|
*.tlh
|
|
|
|
*.bak
|
|
|
|
*.cache
|
|
|
|
*.ilk
|
|
|
|
*.log
|
|
|
|
[Bb]in
|
2013-10-12 14:56:40 +08:00
|
|
|
[Dd]ebug/
|
2013-10-30 10:52:04 +08:00
|
|
|
[Dd]ebug.win32/
|
2012-05-24 17:34:21 +08:00
|
|
|
*.sbr
|
|
|
|
*.sdf
|
|
|
|
obj/
|
2013-10-12 14:56:40 +08:00
|
|
|
[Rr]elease/
|
2013-10-30 10:52:04 +08:00
|
|
|
[Rr]elease.win32/
|
2012-05-24 17:34:21 +08:00
|
|
|
_ReSharper*/
|
|
|
|
[Tt]est[Rr]esult*
|
2012-08-24 12:27:20 +08:00
|
|
|
ipch/
|
2012-08-24 13:57:07 +08:00
|
|
|
*.opensdf
|
2012-05-24 17:34:21 +08:00
|
|
|
|
|
|
|
# Ignore files build by ndk and eclipse
|
|
|
|
libs/
|
|
|
|
bin/
|
|
|
|
obj/
|
2012-06-15 09:39:56 +08:00
|
|
|
gen/
|
2012-05-24 17:34:21 +08:00
|
|
|
assets/
|
2012-06-15 09:39:56 +08:00
|
|
|
local.properties
|
2012-05-24 17:34:21 +08:00
|
|
|
|
2012-06-22 07:02:28 +08:00
|
|
|
# Ignore python compiled files
|
|
|
|
*.pyc
|
|
|
|
|
2012-12-02 22:10:38 +08:00
|
|
|
# Ignore files build by airplay and marmalade
|
2012-05-24 17:34:21 +08:00
|
|
|
build_*_xcode/
|
2012-12-02 22:10:38 +08:00
|
|
|
build_*_vc10/
|
2012-05-24 17:34:21 +08:00
|
|
|
|
|
|
|
# Ignore files build by xcode
|
|
|
|
*.mode*v*
|
|
|
|
*.pbxuser
|
|
|
|
*.xcbkptlist
|
2013-07-04 17:22:07 +08:00
|
|
|
*.xcworkspacedata
|
2012-05-24 17:34:21 +08:00
|
|
|
*.xcuserstate
|
2013-09-27 17:22:55 +08:00
|
|
|
*.xccheckout
|
2012-05-24 17:34:21 +08:00
|
|
|
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/
|
2012-05-24 17:34:21 +08:00
|
|
|
|
2013-10-04 06:41:22 +08:00
|
|
|
# Ignore files built by AppCode
|
|
|
|
.idea/
|
|
|
|
|
2012-05-24 17:34:21 +08:00
|
|
|
# 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
|
|
|
|
2013-06-20 11:06:09 +08:00
|
|
|
# Ignore files created by create_project.py
|
2013-06-20 14:41:34 +08:00
|
|
|
projects/
|
2013-06-20 11:06:09 +08:00
|
|
|
|
2012-09-19 03:27:44 +08:00
|
|
|
# Ignore config files in javascript bindings generator
|
|
|
|
tools/tojs/user.cfg
|
2012-09-27 01:49:02 +08:00
|
|
|
# ... userconf.ini generated if running from tools/tojs
|
2012-09-19 03:27:44 +08:00
|
|
|
tools/tojs/userconf.ini
|
2013-08-27 17:20:40 +08:00
|
|
|
tools/tolua/userconf.ini
|
2012-09-27 01:49:02 +08:00
|
|
|
# ... 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
|
2013-11-07 05:43:26 +08:00
|
|
|
|
|
|
|
# ignore files, created with make-all-linux-project script
|
|
|
|
/lib
|
|
|
|
/build/linux-build
|
|
|
|
|
2014-02-09 02:56:36 +08:00
|
|
|
# Cmake files
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
Makefile
|
|
|
|
cmake_install.cmake
|
2014-04-11 11:36:23 +08:00
|
|
|
|
|
|
|
# Ignore files generated by console
|
|
|
|
build/build/
|
|
|
|
cocos/scripting/lua-bindings/proj.ios_mac/build/
|
|
|
|
tests/*/runtime/
|
|
|
|
tests/*/publish/
|
2014-05-01 04:19:39 +08:00
|
|
|
|
|
|
|
# Android
|
|
|
|
project.properties
|
2014-05-07 13:47:13 +08:00
|
|
|
|
|
|
|
# Ignore prebuilt libraries folder
|
|
|
|
/external/xxhash/
|
|
|
|
/external/curl/
|
|
|
|
/external/edtaa3func/
|
|
|
|
/external/freetype2/
|
|
|
|
/external/glfw3/
|
|
|
|
/external/jpeg/
|
|
|
|
/external/json/
|
|
|
|
/external/linux-specific/
|
|
|
|
/external/lua/
|
|
|
|
/external/png/
|
|
|
|
/external/sqlite3/
|
|
|
|
/external/tiff/
|
|
|
|
/external/tinyxml2/
|
|
|
|
/external/unzip/
|
|
|
|
/external/webp/
|
|
|
|
/external/websockets/
|
|
|
|
/external/win32-specific/
|
|
|
|
/external/winrt-specific/
|
|
|
|
/external/wp8-specific/
|
2014-05-07 15:05:59 +08:00
|
|
|
/external/version.json
|
2014-05-12 17:58:27 +08:00
|
|
|
/templates/lua-template-runtime/runtime
|
|
|
|
/v*-deps-*.zip
|
2014-07-21 16:40:34 +08:00
|
|
|
/v*-lua-runtime-*.zip
|
|
|
|
/tools/fbx-conv/
|