diff options
Diffstat (limited to 'gui/gtk/.gitignore')
| -rw-r--r-- | gui/gtk/.gitignore | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/gui/gtk/.gitignore b/gui/gtk/.gitignore new file mode 100644 index 0000000..eb3cee1 --- /dev/null +++ b/gui/gtk/.gitignore @@ -0,0 +1,56 @@ +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 +*.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 |
