mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-23 04:50:07 +00:00
19069dcff8
* Add Icon to themes * Fix formatting * Dark Titlebar Test * Fix Formatting * Hopefully fixed errors * Test Dark-Mode * Potentially fix issue * Try linking library * Test Dark-Mode (Round 2) * Fix Formatting * Test Dark-Mode (Round 3) * Working Dark Titlebar * Fixed Icon on toolbar * Exclude .vscode/ Directory * Dark Mode Config: Bool -> Int * Made error not sound backwards * Some updates to dark title bar * Fix crash in 32-bit * Get Windows 10 NtBuildNumber from KUSER_SHARED_DATA instead * Add hack that fixed the redrawing issue Co-authored-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
84 lines
1.0 KiB
Plaintext
84 lines
1.0 KiB
Plaintext
# Ignored directories
|
|
bin/*/
|
|
obj/
|
|
ipch/
|
|
Win32/
|
|
x64/
|
|
release/
|
|
build/
|
|
gui_build/
|
|
debug/
|
|
*XE Results*/
|
|
doxygen*/
|
|
doc/
|
|
COV/
|
|
minidump/
|
|
CppDependOut/
|
|
.vs/
|
|
.vscode/
|
|
|
|
# Global filetypes to ignore
|
|
*.depend
|
|
*.layout
|
|
*.patch
|
|
*.cscope_file_list
|
|
*.bmarks
|
|
*.chw
|
|
*.cbTemp
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.VC.opendb
|
|
*.autosave
|
|
*.~vsd
|
|
*.dll
|
|
*.exe
|
|
*.pro.user.*
|
|
*.vcxproj.user
|
|
*.orig
|
|
cov-int*
|
|
*.pdb
|
|
ui_*
|
|
*.aps
|
|
*.pro.user
|
|
.DS_Store
|
|
*.ipgset
|
|
pin.log*
|
|
*.cdproj
|
|
src/gui/Translations/*.qm
|
|
x64dbg.VC.db
|
|
|
|
# Project to ignore
|
|
help/x64*dbg.chm
|
|
help/output/
|
|
bin/x64*dbg.chm
|
|
bin/win32.*
|
|
bin/x*.unicode.txt
|
|
|
|
# Debugger files to ignore
|
|
CppCheckResults.xml
|
|
src/dbg/ODbgScript.chm
|
|
src/dbg/ODbgScript.chw
|
|
|
|
# GUI files
|
|
src/gui/build
|
|
src/gui/Makefile*
|
|
tools/
|
|
RCa*
|
|
RDa*
|
|
RDb*
|
|
src/build-*/
|
|
|
|
# Exceptions
|
|
!/hooks/AStyleHelper.exe
|
|
!/hooks/AStyle.dll
|
|
!/bin/x64dbg_shell_remove.reg
|
|
!/bin/themes/
|
|
!*.lib
|
|
.scannerwork/
|
|
bw-output/
|
|
build-wrapper*
|
|
My Amplifier Results - */
|
|
My Inspector Results - */
|
|
/bin/x96dbg.ini
|