43 lines
379 B
Plaintext
43 lines
379 B
Plaintext
# Build directories
|
|
cmake-build-*/
|
|
build/
|
|
out/
|
|
|
|
# CMake
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
cmake_install.cmake
|
|
compile_commands.json
|
|
Makefile
|
|
|
|
# Ninja
|
|
.ninja_deps
|
|
.ninja_log
|
|
|
|
# CLion / IntelliJ
|
|
.idea/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Linux
|
|
*.swp
|
|
|
|
# Windows
|
|
*.exe
|
|
*.dll
|
|
*.pdb
|
|
|
|
# Compiled objects
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
*.lib
|
|
*.so
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.out
|
|
|
|
# Raylib generated assets/cache if needed
|
|
*.rres |