mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-23 04:50:07 +00:00
53 lines
932 B
Plaintext
53 lines
932 B
Plaintext
#ignore directories
|
|
bin/
|
|
obj/
|
|
ipch/
|
|
Win32/
|
|
x64/
|
|
release/
|
|
*XE Results*/
|
|
|
|
#global filetypes to ignore
|
|
*.depend
|
|
*.layout
|
|
*.cscope_file_list
|
|
*.bmarks
|
|
*.chw
|
|
*.cbTemp
|
|
*.ini
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.autosave
|
|
*.~vsd
|
|
*.dll
|
|
*.exe
|
|
*.pro.user.*
|
|
|
|
#project to ignore
|
|
todo_bridge.txt
|
|
help/x64_dbg.chm
|
|
help/output/
|
|
|
|
#debugger files to ignore
|
|
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
|
|
*.pro.user
|
|
x64_dbg_gui/DebuggerX64-build-Debug
|
|
x64_dbg_gui/DebuggerX64-build-Release
|
|
x64_dbg_gui/bin
|
|
x64_dbg_gui/Project/GeneratedFiles/
|
|
x64_dbg_gui/Project/release/
|
|
x64_dbg_gui/Project/Win32/
|
|
x64_dbg_gui/Project/x64/
|
|
x64_dbg_gui/Project/Src/Bridge/libx32_bridge.a
|
|
x64_dbg_gui/Project/Src/Bridge/libx64_bridge.a
|
|
x64_dbg_gui/Project/Src/Bridge/x32_bridge.lib
|
|
x64_dbg_gui/Project/Src/Bridge/x64_bridge.lib
|
|
tools/
|