实验一代码
This commit is contained in:
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
# Visual Studio / Visual C++
|
||||
.vs/
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
ipch/
|
||||
obj/
|
||||
[Bb]uild/
|
||||
[Bb]in/
|
||||
Debug*/
|
||||
Release*/
|
||||
x64/
|
||||
*.vcxproj.user
|
||||
*.filters.user
|
||||
|
||||
# Visual C++ generated
|
||||
*.o
|
||||
*.obj
|
||||
*.pdb
|
||||
*.idb
|
||||
*.ilk
|
||||
*.exp
|
||||
*.lib
|
||||
*.dll
|
||||
*.exe
|
||||
|
||||
# IntelliSense / database
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.ncb
|
||||
|
||||
# Logs and temp
|
||||
*.log
|
||||
*.cache
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Raw image / data files (ignore large binary test files)
|
||||
*.raw
|
||||
result.txt
|
||||
Reference in New Issue
Block a user