x64dbg/.gitignore

32 lines
344 B
Plaintext
Raw Permalink Normal View History

2024-08-05 13:51:47 +00:00
# Output folders
/bin/*/
/bin/*.exe
/bin/*.dll
/bin/*.ini
/bin/*.chm
/src/**/x64/
/src/**/Win32/
/src/gui_build/
/release/
# Folders
.vs/
.vscode/
2024-08-05 13:51:47 +00:00
.idea/
build*/
cmake-build*/
2013-11-14 20:55:18 +00:00
2024-08-05 13:51:47 +00:00
# Extensions/files
2013-11-14 20:55:18 +00:00
*.sdf
*.suo
2024-08-05 13:51:47 +00:00
*.VC.db
*.vcxproj.user
2024-08-05 13:51:47 +00:00
*.aps
*.pro.user*
2014-09-02 02:38:47 +00:00
*.orig
*.pdb
2015-10-17 21:53:53 +00:00
.DS_Store
2024-08-05 13:51:47 +00:00
Makefile
Makefile.*
CMakeLists.txt.user