VC工程的.gitignore模板

VC工程的.gitignore模板

文件内容如下:

#======================================
# .gitignore
#
# 2015-01-09 created by cheungmine
#======================================
.git

#--------------------------
# ignored files for vc++
# 2015-01-09
#--------------------------
UpgradeLog.XML
~*
*~
*.7z
*.a
*.aps
*.clw
*.dll
*.dsp
*.dsw
*.exe
*.exp
*.lastbuildstate
*.lib
*.log
*.tlog
*.idb
*.ilk
*.ncb
*.obj
*.opensdf
*.pdb
*.pyc
*.rar
*.res
*.sdf
*.so
*.suo
*.user
*.zip

#--------------------------
# ignored dirs for vc++
#--------------------------
Debug.win32/
Release.win32/
*.tlog/
_UpgradeReport_Files/
ipch/
tmp/
temp/
~*/
target/
build/
Debug/
Release/
上一篇:Kindle使用的一些方法


下一篇:不同数据库oracle mysql SQL Server DB2 infomix sybase分页查询语句