# Build directories build/ cmake-build-*/ out/ bin/ lib/ # Compiled Object files *.o *.obj *.a *.lib # Precompiled Headers *.gch *.pch # Compiled Dynamic libraries *.so *.dylib *.dll # Compiled Static libraries *.lai *.la *.a # Executables dropshell # CMake CMakeCache.txt CMakeFiles/ cmake_install.cmake Makefile *.cmake # IDE specific files .vscode/ .idea/ *.swp *.swo *~ # System files .DS_Store Thumbs.db # Logs and databases *.log *.sqlite # Local configuration *.local *.conf.local # Dependencies deps/ vendor/