1
0
Fork 0
x64dbg/.gitignore

70 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-11-15 04:55:18 +08:00
#ignore directories
2014-06-21 09:42:59 +08:00
bin/
obj/
ipch/
Win32/
x64/
release/
2014-09-02 10:38:47 +08:00
build/
debug/
2014-06-24 23:00:13 +08:00
*XE Results*/
2013-11-15 04:55:18 +08:00
#global filetypes to ignore
*.depend
*.layout
2014-09-13 09:43:47 +08:00
*.patch
2013-11-15 04:55:18 +08:00
*.cscope_file_list
*.bmarks
*.chw
*.cbTemp
*.ini
*.opensdf
*.sdf
*.suo
2014-06-21 09:42:59 +08:00
*.autosave
*.~vsd
*.dll
*.exe
*.pro.user.*
2014-09-02 10:38:47 +08:00
*.orig
2014-09-02 10:40:02 +08:00
coverity*
cov-int*
COV/
2014-09-02 10:38:47 +08:00
*.pdb
ui_*
2013-11-15 04:55:18 +08:00
2014-06-21 09:42:59 +08:00
#project to ignore
2013-11-15 04:55:18 +08:00
todo_bridge.txt
2013-11-15 05:58:51 +08:00
help/x64_dbg.chm
2014-06-21 09:42:59 +08:00
help/output/
2013-11-15 04:55:18 +08:00
#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/
2014-09-02 10:38:47 +08:00
x64_dbg_gui/Project/Makefile
x64_dbg_gui/Project/Makefile.Debug
x64_dbg_gui/Project/Makefile.Release
2013-11-15 04:55:18 +08:00
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
2013-11-25 06:57:09 +08:00
x64_dbg_gui/Project/Src/Bridge/x64_bridge.lib
2014-07-24 23:22:01 +08:00
tools/
RCa*
*.aps
2014-08-04 02:39:22 +08:00
#exceptions
!/AStyleWhore.exe
2014-09-02 10:38:47 +08:00
!/AStyle.dll