mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-31 01:22:58 +00:00
32 lines
363 B
Plaintext
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
|