mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-23 13:00:14 +00:00
eb60123786
BRIDGE: added DbgMemIsValidReadPtr BRIDGE: compatible with MSVC DBG: added comment+label set/get/del DBG: added MSVC lib files for sqlite PROJECT: updated help PROJECT: update gitignore
52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
#ignore directories
|
|
*/obj/
|
|
bin/*/*
|
|
ipch/*
|
|
x64_dbg_*/Win32/*
|
|
x64_dbg_*/x64/*
|
|
|
|
#global filetypes to ignore
|
|
*.depend
|
|
*.layout
|
|
*.cscope_file_list
|
|
*.bmarks
|
|
*.chw
|
|
*.cbTemp
|
|
*.ini
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
|
|
#whitelisted bin files
|
|
!bin/*/TitanEngine.dll
|
|
!bin/*/test.dll
|
|
!bin/*/test.exe
|
|
!bin/*/dbghelp.dll
|
|
!bin/*/sqlite.dll
|
|
!bin/*/BeaEngine.dll
|
|
!bin/*/Scylla.dll
|
|
|
|
#files to ignore
|
|
todo_bridge.txt
|
|
help/x64_dbg.chm
|
|
|
|
#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 |