4jcraft/.gitignore

32 lines
363 B
Plaintext

build/
.cache/
.idea/
cmake-build-debug/
# CMake generated
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
compile_commands.json
# IDE / editor
*.swp
*.swo
*~
.vscode/
*.code-workspace
# Build output directories
Linux/
x64/
# Asset symlink (created at runtime for working directory resolution)
Common
# Compiled objects / binaries
*.o
*.a
*.so
*.out