PROJECT: updated .gitignore for VS2017 + format btparser
This commit is contained in:
parent
eea599b0ac
commit
1bf7b1298b
|
@ -14,6 +14,7 @@ doc/
|
|||
COV/
|
||||
minidump/
|
||||
CppDependOut/
|
||||
.vs/
|
||||
|
||||
# Global filetypes to ignore
|
||||
*.depend
|
||||
|
@ -43,6 +44,8 @@ ui_*
|
|||
*.ipgset
|
||||
pin.log*
|
||||
*.cdproj
|
||||
src/gui/Translations/*.qm
|
||||
x64dbg.VC.db
|
||||
|
||||
# Project to ignore
|
||||
help/x64*dbg.chm
|
||||
|
@ -68,7 +71,4 @@ src/build-*/
|
|||
!/hooks/AStyleWhore.exe
|
||||
!/hooks/AStyle.dll
|
||||
!/bin/x64dbg_shell_remove.reg
|
||||
!*.lib
|
||||
pin.log
|
||||
src/gui/Translations/*.qm
|
||||
x64dbg.VC.db
|
||||
!*.lib
|
|
@ -1 +1 @@
|
|||
Subproject commit 87003fef8d08fc8ebdc5a71272e5a75726c2795c
|
||||
Subproject commit c8ca8305e29d21f10ead878609048aca0b10e59c
|
Loading…
Reference in New Issue