mirror of https://github.com/x64dbg/zydis
Update .gitignore with MSVC file types
This commit is contained in:
parent
fd437bc8f2
commit
9217d92619
|
@ -81,6 +81,16 @@ CTestTestfile.cmake
|
|||
.DS_Store
|
||||
|
||||
build*
|
||||
|
||||
# MSVC
|
||||
.vs
|
||||
*.vcxproj.user
|
||||
*.suo
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
msvc/**/obj/
|
||||
msvc/**/bin/
|
||||
|
||||
doc/html
|
||||
|
|
Loading…
Reference in New Issue