/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
.gitignore
43 строки
481 B
Duncan Ogilvie
Fix clang-cl compilation and various warnings
25 янв 2026, 22:26
25 янв 2026, 22:26
f150781
Код
Авторство
О чём код?
# Output folders /bin/*/ /bin/*.exe /bin/*.dll /bin/*.ini /bin/*.chm /bin/*.zip /bin/release-notes.md !/bin/themes/ /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 CMakeUserPresets.json # Python __pycache__/ *.pyc *.egg-info/