mirror of https://github.com/x64dbg/x64dbg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
374 B
35 lines
374 B
# Output folders
|
|
/bin/*/
|
|
/bin/*.exe
|
|
/bin/*.dll
|
|
/bin/*.ini
|
|
/bin/*.chm
|
|
/bin/*.zip
|
|
/src/**/x64/
|
|
/src/**/Win32/
|
|
/src/gui_build/
|
|
/release/
|
|
|
|
# Folders
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
build*/
|
|
cmake-build*/
|
|
|
|
# Extensions/files
|
|
*.sdf
|
|
*.suo
|
|
*.VC.db
|
|
*.vcxproj.user
|
|
*.aps
|
|
*.pro.user*
|
|
*.orig
|
|
*.pdb
|
|
*.ilk
|
|
.DS_Store
|
|
Makefile
|
|
Makefile.*
|
|
|
|
CMakeLists.txt.user
|
|
/.cache
|