x64dbg/.gitignore

79 lines
1.3 KiB
Plaintext
Raw Normal View History

2013-11-14 20:55:18 +00:00
#ignore directories
2014-06-21 01:42:59 +00:00
bin/
obj/
ipch/
Win32/
x64/
release/
2014-09-02 02:38:47 +00:00
build/
debug/
2014-06-24 15:00:13 +00:00
*XE Results*/
2014-09-14 14:28:23 +00:00
doxygen*/
doc/
2013-11-14 20:55:18 +00:00
#global filetypes to ignore
*.depend
*.layout
2015-04-05 00:55:26 +00:00
*.patch
2013-11-14 20:55:18 +00:00
*.cscope_file_list
*.bmarks
*.chw
*.cbTemp
*.ini
*.opensdf
*.sdf
*.suo
2014-06-21 01:42:59 +00:00
*.autosave
*.~vsd
*.dll
*.exe
*.pro.user.*
2014-09-02 02:38:47 +00:00
*.orig
2014-09-02 02:40:02 +00:00
cov-int*
COV/
2014-09-02 02:38:47 +00:00
*.pdb
ui_*
2013-11-14 20:55:18 +00:00
2014-06-21 01:42:59 +00:00
#project to ignore
2013-11-14 20:55:18 +00:00
todo_bridge.txt
help/x64*dbg.chm
2014-06-21 01:42:59 +00:00
help/output/
2013-11-14 20:55:18 +00: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 02:38:47 +00:00
x64_dbg_gui/Project/Makefile
x64_dbg_gui/Project/Makefile.Debug
x64_dbg_gui/Project/Makefile.Release
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
2015-04-05 00:55:26 +00:00
x64_dbg_gui/*/Makefile
x64_dbg_gui/*/Makefile.Debug
x64_dbg_gui/*/Makefile.Release
2014-07-24 15:22:01 +00:00
tools/
RCa*
*.aps
2014-08-03 18:39:22 +00:00
2015-04-05 00:55:26 +00:00
# Intel performance guide
*.ipgset
2014-08-03 18:39:22 +00:00
#exceptions
!/AStyleWhore.exe
2015-10-14 09:22:36 +00:00
!/AStyle.dll
.DS_Store