2 Star 2 Fork 3

shines77/Disrings-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
GuoXH 提交于 2015-01-24 08:39 . 更新了.gitgnore 文件.
### These files should get ignored no matter where they appear.
# Ignore Compiled Object files
*.slo
*.lo
*.o
*.obj
# Ignore Compiled Dynamic libraries
*.so
*.dll
*.dylib
# Ignore Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Ignore Executables
*.exe
*.out
*.app
# Editors leave these lying around
\#*\#
.#*
*~
*.swp
# Ignore thumbnails and icon cache files created by Windows
Thumbs.db
ehthumbs.db
# Ignore some files on Windows
.DS_Store*
Icon?
# Ignore files build by Visual Studio
*.obj
*.pdb
*.dep
*.user
*.ncb
*.aps
*.pch
*.vspscc
*.idb
*.ilk
*.tlb
*.tlh
*.tli
*.tmp
*.sbr
*.rsp
*.pgc
*.pgd
*.suo
*.sdf
*.opensdf
*.sln.old
*.sln_old
*.meta
*.manifest
*.intermediate.manifest
# *.vcxproj.user
# *_i.c
# *_p.c
/[Bb]in/
/[Dd]ebug/
/[Rr]elease/
/x86-[Dd]ebug/
/x86-[Rr]elease/
/x64-[Dd]ebug/
/x64-[Rr]elease/
!/deps/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
# Ignore Visual Studio update files
UpgradeLog.XML
UpgradeLog.htm
/[Bb]ackup/
# Ignore CodeBlocks project layout/depend files
*.layout
*.depend
# Ignore obj file in GCC
*.pic.d
*.jet.d
# Ignore stackdump file on Linux
*.stackdump
# For log file
*.log
# Ignore Intel C++ Compiler Log File & Project Files
IcUpdateLog.htm
*.icproj
# Ignore AStyle backup files
*.orig
# Ignore Code::Blocks backup files
*.sav
# Ignore Sublime Text 2 dump files
*.dump
# Ignore tmp and obj files
/[Oo]bj/
/[Gg]en/
/tmp/
/temp/
!/[Bb]uild/ReadMe.txt
/[Bb]uild/*/
# Ignore Visual Studio 2013 temp files on Windows
*.tlog
# Ignore Visual Studio C# files on Windows
*.cache
# Ignore Zip or Rar files
*.zip
*.rar
# Other files
/.metadata
/169.254.0.1
/ipch/
# /cmake/
/Simulator/
/Simulator-Coverage/
/Simulator-Profile/
/Device-Debug/
/Device-Coverage/
/Device-Profile/
/Device-Release/
/*.gcov.*
/autom4te.cache/
/config.stamp
/config.log
/config.status
# /configure
# For text file
!ReadMe.txt
!readme.txt
!CMakeLists.txt
!cmakelists.txt
# *.txt
!/lib/ReadMe.txt
/lib/*/
# /Makefile
/CMakeFiles
*CMakeCache.txt
/src/*.[od]
/src/*.gcda
/src/*.gcno
# /VERSION
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/shines77/Disrings-cpp.git
git@gitee.com:shines77/Disrings-cpp.git
shines77
Disrings-cpp
Disrings-cpp
master

搜索帮助