'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 12s

This commit is contained in:
Your Name
2025-06-01 14:40:19 +12:00
parent b7fc4d901f
commit 8f02394e60
56 changed files with 13052 additions and 0 deletions

54
.gitignore vendored Normal file
View File

@ -0,0 +1,54 @@
# 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