diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 14:48:15 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 14:53:36 +0800 |
| commit | 239cd62103d617f0b2a9d58527843417a0db6ab4 (patch) | |
| tree | 2566d5ce8a5bfae7b92e7c83c011655753b83a0e /gui/win32/.gitignore | |
| parent | e02921ae75d41253406834bd7e214c3c8dec6f9b (diff) | |
Add Win32 GUI for butck_gui.exe
Diffstat (limited to 'gui/win32/.gitignore')
| -rw-r--r-- | gui/win32/.gitignore | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/gui/win32/.gitignore b/gui/win32/.gitignore new file mode 100644 index 0000000..3ce4fb3 --- /dev/null +++ b/gui/win32/.gitignore @@ -0,0 +1,57 @@ +build/ +build*/ +*/build/ +*/build*/ + +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake +Makefile +CMakeScripts/ +CTestTestfile.cmake +*.cbp +*.cmake + +*.exe +*.ilk +*.obj +*.pdb +*.user +*.aps +*.ncb +*.suo +*.tlog +*.log +*.idb +*.pch +*.res +*.sbr +*.manifest +*.exp +*.lib +*.dll +*.dll.a +*.a +*.o +*.out +*.app +*.dylib +*.framework + +.vscode/ +.idea/ +*.sln +*.vcxproj +*.vcxproj.filters +*.vcxproj.user +*.sdf +*.opensdf +*.db + +bin/ +Debug/ +Release/ +x64/ +x86/ + +.clangd |
