# 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/

[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





# 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/





# 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

*.xcworkspacedata

*.xcuserstate

*.xccheckout

xcschememanagement.plist

.DS_Store

._.*

xcuserdata/

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

*.swo





# Ignore files created by create_project.py

projects/





# Ignore config files in javascript bindings generator

tools/tojs/user.cfg

# ... userconf.ini generated if running from tools/tojs

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





# CTags

tags





# ignore files, created with make-all-linux-project script

/lib

/build/linux-build





# Cmake files

CMakeCache.txt

CMakeFiles

Makefile

cmake_install.cmake

最新文章

  1. resin启动报错:guava-15.0.jar!/META-INF/beans.xml:5: <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"> is an unexpected top-level tag. 异常
  2. spark安装(实战)
  3. js兼容方法:事件添加|事件绑定|事件监听 addEvent
  4. ios开发----视图的生命周期
  5. CLR via C# 异常管理读书笔记
  6. linux install zh_CN(ubuntu)
  7. CDOJ 631 敢说敢做 记忆化搜索and动规
  8. Oracle中sign函数和decode函数的使用
  9. 图解C#_事件
  10. eclipse中tomcat 中server location灰色,如何修改?
  11. 作业2——英语学习APP的案例分析
  12. c/C++编译的程序占用的内存分为以下几个部分
  13. 如何在地址栏(title标签里)和收藏夹里 加上网站的标志ICO、LOGO图片
  14. PAT A1113 Integer Set Partition (25 分)——排序题
  15. 后台管理Models
  16. Shell脚本 | 性能测试之启动时间
  17. [Sdoi2016]齿轮
  18. python requests 请求的封装
  19. Python虚拟环境中pip install时没有权限问题
  20. JAVA验证码识别:基于jTessBoxEditorFX和Tesseract-OCR训练样本

热门文章

  1. 辨析 singleton 和 prototype
  2. C#三种创建对象方法所需时间比较。。。。。
  3. struts2OGNL表达式(三)
  4. Redis学习笔记(三)-数据类型之string类型
  5. spring 九种设计模式
  6. RecyclerView 通用 Adapter
  7. Swift Method Dispatching — a summary of my talk at Swift Warsaw
  8. Polymorphism (computer science)
  9. 微信小程序—picker(滚动选择器)
  10. Ubuntu Server下docker实战 02: docker进阶配置