修改忽视项
This commit is contained in:
67
.gitignore
vendored
67
.gitignore
vendored
@@ -1,30 +1,47 @@
|
|||||||
# ---> C++
|
# ============ 编译输出 ============
|
||||||
# Compiled Object files
|
[Dd]ebug/
|
||||||
*.slo
|
[Rr]elease/
|
||||||
*.lo
|
x64/
|
||||||
*.o
|
x86/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
[Oo]ut/
|
||||||
|
[Bb]uild/
|
||||||
|
|
||||||
|
# ============ VS 用户配置 / 缓存 ============
|
||||||
|
.vs/
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# ============ C++ 编译中间文件 ============
|
||||||
*.obj
|
*.obj
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
*.pch
|
||||||
|
*.pdb
|
||||||
# Compiled Dynamic libraries
|
*.ilk
|
||||||
*.so
|
*.exp
|
||||||
*.dylib
|
*.idb
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Fortran module files
|
|
||||||
*.mod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.lai
|
|
||||||
*.la
|
|
||||||
*.a
|
|
||||||
*.lib
|
*.lib
|
||||||
|
*.dll
|
||||||
# Executables
|
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.log
|
||||||
*.app
|
*.tlog
|
||||||
|
*.lastbuildstate
|
||||||
|
*.iobj
|
||||||
|
*.ipdb
|
||||||
|
|
||||||
|
# ============ NuGet / 包管理 ============
|
||||||
|
packages/
|
||||||
|
*.nupkg
|
||||||
|
|
||||||
|
# ============ 其他缓存 ============
|
||||||
|
ipch/
|
||||||
|
*.aps
|
||||||
|
*.ncb
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.cachefile
|
||||||
|
*.VC.db
|
||||||
|
*.VC.VC.opendb
|
||||||
|
TestResults/
|
||||||
Reference in New Issue
Block a user