Files
snake/.gitignore
2026-05-10 15:10:25 +02:00

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