dropshell/.gitignore
Your Name ae15a1b7c4
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
.
2025-05-13 20:56:39 +12:00

62 lines
546 B
Plaintext

# Build directories
build/
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/
src/version.hpp