# 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

cocos2d-x的gitignore配置的更多相关文章

  1. Git忽略提交规则 - .gitignore配置运维总结

    在使用Git的过程中,我们喜欢有的文件比如日志,临时文件,编译的中间文件等不要提交到代码仓库,这时就要设置相应的忽略规则,来忽略这些文件的提交.简单来说一个场景:在你使用git add .的时候,遇到 ...

  2. [转]Git忽略提交规则 - .gitignore配置运维总结

    在使用Git的过程中,我们喜欢有的文件比如日志,临时文件,编译的中间文件等不要提交到代码仓库,这时就要设置相应的忽略规则,来忽略这些文件的提交.简单来说一个场景:在你使用git add .的时候,遇到 ...

  3. macOS 更新 git 命令提示 xcrun,.gitignore 配置不生效问题。

    macOS 更新 运行git提示xcrun: error: invalid active developer path 在终端输入 xcode-select --install 即可以解决该问题 .g ...

  4. Gitignore 配置语法

    Gitignore 配置语法 原文地址:http://kuanghy.github.io/2016/05/17/gitignore Git 的 .gitignore 配置文件用于配置不需要加入到版本管 ...

  5. Git 的 .gitignore 配置

    .gitignore 配置文件用于配置不需要加入版本管理的文件,配置好该文件可以为我们的版本管理带来很大的便利,以下是个人对于配置 .gitignore 的一些心得. 1.配置语法: 以斜杠“/”开头 ...

  6. .gitignore配置

    .gitignore文件可以配置不希望加入git的文件,例如idea的.idea 工程文件 1.配置语法 以斜杠“/”开头表示目录: 以星号“*”通配多个字符: 以问号“?”通配单个字符 以方括号“[ ...

  7. .gitignore 配置

    .gitignore 配置文件用于配置不需要加入版本管理的文件,配置好该文件可以为我们的版本管理带来很大的便利,以下是个人对于配置 .gitignore 的一些心得. 1.配置语法: 以斜杠“/”开头 ...

  8. cocos2d win7 安卓环境配置开发

    相关工具 下载 Android SDK 下载和安装 Android NDK版本不要选r9的.用r8e!r9会报错 下载安装JDK版本是 jdk-7u13-windows-x64.exe 下载和安装Cy ...

  9. git的.gitignore配置

    .gitignore 配置文件用于配置不需要加入版本管理的文件,配置好该文件可以为我们的版本管理带来很大的便利,以下是个人对于配置 .gitignore 的一些心得. 1.配置语法: 以斜杠“/”开头 ...

  10. Git 的 .gitignore 配置 转载

    .gitignore 配置文件用于配置不需要加入版本管理的文件,配置好该文件可以为我们的版本管理带来很大的便利,以下是个人对于配置 .gitignore 的一些心得. 1.配置语法: 以斜杠“/”开头 ...

随机推荐

  1. 前端常见面试题总结part2

    今天总结了几道,感觉非常有意思的题,有感兴趣的可以看下,有疑问请留言~ (答案在最后) 考察自执行函数的this指向 审题要细心 var n = 2, obj = { n:2, fn:(functio ...

  2. 【CodeForces688A】Opponents

    [思路分析] 比较水的模拟题 具体见代码吧 #include<iostream> #include<cstdio> #include<algorithm> usin ...

  3. ACM_魔仙岛探险(深搜)

    魔仙岛探险 Time Limit: 2000/1000ms (Java/Others) Problem Description: 小敏通过秘密方法得到一张不完整的魔仙岛航拍地图.魔仙岛由一个主岛和一些 ...

  4. B - Cows and Poker Game

    Problem description There are n cows playing poker at a table. For the current betting phase, each p ...

  5. 用CSS伪类制作一个不断旋转的八卦图?

    前言 介绍一下如何制作一个不断旋转的八卦图.快速预览代码及效果,点击:八卦图 代码如下: HTML部分 <!DOCTYPE html> <html> <head> ...

  6. sql server 数据库优化--显示执行计划

      刚开始用SQL Server的时候,我没有用显示执行计划来对查询进行分析.我曾经一直认为我递交的SQL查询都是最优的,而忽略了查询性能究竟如何,从而对“执行计划”重视不够.在我职业初期,我只要能获 ...

  7. ROS:ubuntuKylin17.04-Ros使用OrbSLAM2

    忙于图像处理和DCNN,很长时间不使用ROS,重新安装系统后,再次使用ORB-SLAM2(ROS)进行三维重建和实时追踪的演示. 参考以前的文章:ROS:ubuntu-Ros使用OrbSLAM ORB ...

  8. HDU_1969_二分

    Pie Time Limit: 5000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submiss ...

  9. c# 验证码实现代码

    using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D ...

  10. JQuery的click,trigger触发a标签的click事件无效的问题分析

    今天在做一个手机端webAPP链接下载的时候,给a标签一个下载链接,但是通过 <a id="downFile" download="" href=&quo ...