dropshell-build/.gitignore
Your Name f77c3350d5
Some checks failed
dropshell-build / build (push) Failing after 1m56s
'Generic Commit'
2025-06-02 21:56:37 +12:00

56 lines
523 B
Plaintext

# Build directories
build/
**/build/
**/cmake-build-*/
output/
**/openssl-*/
**/build.*/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
# IDE - VSCode
# IDE - CLion
.idea/
*.iml
*.iws
*.ipr
# macOS
.DS_Store
.AppleDouble
.LSOverride