dropshell/.gitignore
Your Name d3ceb3f4be
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 1m28s
Add vscode stuff.
2025-05-25 19:46:14 +12:00

62 lines
554 B
Plaintext

# Build directories
build/
build_amd64/
build_arm64/
cmake-build-*/
out/
bin/
lib/
output/
autogen/
# 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
.idea/
*.swp
*.swo
*~
# System files
.DS_Store
Thumbs.db
# Logs and databases
*.log
*.sqlite
# Local configuration
*.local
*.conf.local
# Dependencies
deps/
vendor/