GroveEngine/.gitignore
2025-12-04 20:15:53 +08:00

46 lines
398 B
Plaintext

# Build directories
build/
build-*/
cmake-build-*/
out/
# Logs
logs/
*.log
# IDE
.vs/
.vscode/
*.vcxproj.user
*.suo
*.sdf
*.opensdf
.idea/
# Compiled binaries
*.exe
*.dll
*.so
*.dylib
*.a
*.lib
*.o
*.obj
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
_deps/
# OS
.DS_Store
Thumbs.db
desktop.ini
# Temp
*.tmp
*.swp
*~