mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-23 04:50:07 +00:00
64 lines
761 B
Plaintext
64 lines
761 B
Plaintext
# Ignored directories
|
|
bin/
|
|
obj/
|
|
ipch/
|
|
Win32/
|
|
x64/
|
|
release/
|
|
build/
|
|
debug/
|
|
*XE Results*/
|
|
doxygen*/
|
|
doc/
|
|
COV/
|
|
|
|
# Global filetypes to ignore
|
|
*.depend
|
|
*.layout
|
|
*.patch
|
|
*.cscope_file_list
|
|
*.bmarks
|
|
*.chw
|
|
*.cbTemp
|
|
*.ini
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.autosave
|
|
*.~vsd
|
|
*.dll
|
|
*.exe
|
|
*.pro.user.*
|
|
*.orig
|
|
cov-int*
|
|
*.pdb
|
|
ui_*
|
|
*.aps
|
|
*.pro.user
|
|
.DS_Store
|
|
|
|
# Intel performance guide
|
|
*.ipgset
|
|
|
|
# Project to ignore
|
|
help/x64*dbg.chm
|
|
help/output/
|
|
|
|
# Debugger files to ignore
|
|
CppCheckResults.xml
|
|
x64_dbg_dbg/ODbgScript.chm
|
|
x64_dbg_dbg/ODbgScript.chw
|
|
x64_dbg_dbg/CppCheckResults.xml
|
|
x64_dbg_dbg/.cccc/
|
|
x64_dbg_dbg/suggestions.txt
|
|
|
|
# For GUI
|
|
src/gui/build
|
|
src/gui/Makefile*
|
|
tools/
|
|
RCa*
|
|
|
|
#exceptions
|
|
!/AStyleWhore.exe
|
|
!/AStyle.dll
|