62 lines
554 B
Plaintext
62 lines
554 B
Plaintext
# Build directories
|
|
build/
|
|
build_amd64/
|
|
build_arm64/
|
|
cmake-build-*/
|
|
out/
|
|
bin/
|
|
lib/
|
|
output/
|
|
|
|
# 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
|
|
|
|
# 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/
|