2015-10-17 21:53:53 +00:00
|
|
|
# Ignored directories
|
2015-10-18 01:18:42 +00:00
|
|
|
bin/*/
|
2014-06-21 01:42:59 +00:00
|
|
|
obj/
|
|
|
|
ipch/
|
|
|
|
Win32/
|
|
|
|
x64/
|
|
|
|
release/
|
2014-09-02 02:38:47 +00:00
|
|
|
build/
|
2015-11-08 20:25:41 +00:00
|
|
|
gui_build/
|
2014-09-02 02:38:47 +00:00
|
|
|
debug/
|
2014-06-24 15:00:13 +00:00
|
|
|
*XE Results*/
|
2014-09-14 14:28:23 +00:00
|
|
|
doxygen*/
|
2014-09-15 22:59:47 +00:00
|
|
|
doc/
|
2015-10-17 21:53:53 +00:00
|
|
|
COV/
|
2015-12-20 03:34:31 +00:00
|
|
|
minidump/
|
2016-10-04 18:13:08 +00:00
|
|
|
CppDependOut/
|
2016-11-22 08:38:31 +00:00
|
|
|
.vs/
|
2021-03-19 15:47:35 +00:00
|
|
|
.vscode/
|
2013-11-14 20:55:18 +00:00
|
|
|
|
2015-10-17 21:53:53 +00:00
|
|
|
# Global filetypes to ignore
|
2013-11-14 20:55:18 +00:00
|
|
|
*.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
|
|
|
|
*.opensdf
|
|
|
|
*.sdf
|
|
|
|
*.suo
|
2016-10-24 16:53:14 +00:00
|
|
|
*.VC.opendb
|
2014-06-21 01:42:59 +00:00
|
|
|
*.autosave
|
|
|
|
*.~vsd
|
|
|
|
*.dll
|
|
|
|
*.exe
|
2014-06-21 03:17:40 +00:00
|
|
|
*.pro.user.*
|
2019-04-12 15:51:56 +00:00
|
|
|
*.vcxproj.user
|
2014-09-02 02:38:47 +00:00
|
|
|
*.orig
|
2014-09-02 02:40:02 +00:00
|
|
|
cov-int*
|
2014-09-02 02:38:47 +00:00
|
|
|
*.pdb
|
|
|
|
ui_*
|
2015-10-17 21:53:53 +00:00
|
|
|
*.aps
|
|
|
|
*.pro.user
|
|
|
|
.DS_Store
|
|
|
|
*.ipgset
|
2016-05-31 03:57:34 +00:00
|
|
|
pin.log*
|
2016-10-04 18:13:08 +00:00
|
|
|
*.cdproj
|
2016-11-22 08:38:31 +00:00
|
|
|
src/gui/Translations/*.qm
|
|
|
|
x64dbg.VC.db
|
2013-11-14 20:55:18 +00:00
|
|
|
|
2015-10-17 21:53:53 +00:00
|
|
|
# Project to ignore
|
2015-04-13 00:37:48 +00:00
|
|
|
help/x64*dbg.chm
|
2014-06-21 01:42:59 +00:00
|
|
|
help/output/
|
2015-11-25 22:42:29 +00:00
|
|
|
bin/x64*dbg.chm
|
2015-12-31 08:52:59 +00:00
|
|
|
bin/win32.*
|
2017-04-02 01:09:28 +00:00
|
|
|
bin/x*.unicode.txt
|
2013-11-14 20:55:18 +00:00
|
|
|
|
2015-10-17 21:53:53 +00:00
|
|
|
# Debugger files to ignore
|
|
|
|
CppCheckResults.xml
|
2015-10-17 22:01:01 +00:00
|
|
|
src/dbg/ODbgScript.chm
|
|
|
|
src/dbg/ODbgScript.chw
|
2013-11-14 20:55:18 +00:00
|
|
|
|
2015-10-17 22:01:01 +00:00
|
|
|
# GUI files
|
2015-10-17 21:53:53 +00:00
|
|
|
src/gui/build
|
|
|
|
src/gui/Makefile*
|
2014-07-24 15:22:01 +00:00
|
|
|
tools/
|
2014-08-01 12:30:25 +00:00
|
|
|
RCa*
|
2015-12-30 06:10:01 +00:00
|
|
|
RDa*
|
|
|
|
RDb*
|
2015-11-07 06:29:35 +00:00
|
|
|
src/build-*/
|
2015-04-05 00:55:26 +00:00
|
|
|
|
2015-10-17 22:01:01 +00:00
|
|
|
# Exceptions
|
2017-11-04 17:34:54 +00:00
|
|
|
!/hooks/AStyleHelper.exe
|
2015-10-17 22:01:01 +00:00
|
|
|
!/hooks/AStyle.dll
|
|
|
|
!/bin/x64dbg_shell_remove.reg
|
2020-07-03 19:57:10 +00:00
|
|
|
!/bin/themes/
|
2017-10-08 12:50:17 +00:00
|
|
|
!*.lib
|
|
|
|
.scannerwork/
|
|
|
|
bw-output/
|
|
|
|
build-wrapper*
|
2018-05-14 18:09:43 +00:00
|
|
|
My Amplifier Results - */
|
2018-05-15 16:40:13 +00:00
|
|
|
My Inspector Results - */
|
2020-07-03 19:57:10 +00:00
|
|
|
/bin/x96dbg.ini
|