mirror of
https://github.com/RPCS3/cereal.git
synced 2024-11-26 20:50:26 +00:00
ignore MSVC cruft
This commit is contained in:
parent
a4edd60629
commit
85b5f73252
6
.gitignore
vendored
6
.gitignore
vendored
@ -18,14 +18,16 @@
|
||||
*.suo
|
||||
*.user
|
||||
*/x64
|
||||
*/Debug*
|
||||
*/Release*
|
||||
*\Debug*
|
||||
*\Release*
|
||||
*.log
|
||||
*.tlog*
|
||||
*.obj
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
*.pdb
|
||||
*.idb
|
||||
*\build_*
|
||||
|
||||
# misc files mostly used for testing
|
||||
out.txt
|
||||
|
Loading…
Reference in New Issue
Block a user