dropshell-build/.gitignore
Your Name 8f02394e60
Some checks failed
dropshell-build / build (push) Failing after 12s
'Generic Commit'
2025-06-01 14:40:19 +12:00

55 lines
511 B
Plaintext

# Build directories
build/
**/build/
**/cmake-build-*/
output/
**/openssl-*/
# 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