mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 04:10:48 +02:00
40 lines
380 B
Text
40 lines
380 B
Text
# Build directories
|
|
/build/
|
|
/out/
|
|
|
|
# CMake generated files
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
cmake_install.cmake
|
|
|
|
# CMake build dependencies (FetchContent)
|
|
.deps/
|
|
|
|
# IDEs and editors
|
|
**/.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
\#*\#
|
|
.#*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.lib
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|
|
*.out
|
|
|
|
# Project specific
|
|
/Releases/Windows/Secrets/
|
|
|
|
sonokai.*
|