mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-10 01:47:12 +00:00
51 lines
730 B
Plaintext
51 lines
730 B
Plaintext
# ----- Build output directories -----
|
|
build/
|
|
builddir/
|
|
.cache/
|
|
.idea/
|
|
build_meson/
|
|
build_meson2/
|
|
build_meson_new/
|
|
build_meson_test/
|
|
cmake-build-debug/
|
|
|
|
# Final binaries and platform output
|
|
/Linux/
|
|
/x64/
|
|
|
|
# CMake generated artifacts
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
|
|
# Meson generated artifacts (inside source tree, e.g. per-subdir)
|
|
meson-private/
|
|
meson-info/
|
|
meson-logs/
|
|
|
|
# Compiler/linker intermediates
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.so.*
|
|
*.out
|
|
*.d
|
|
compile_commands.json
|
|
|
|
# ----- Runtime-created symlinks / scratch -----
|
|
# Asset symlink created at runtime for working directory resolution
|
|
Common
|
|
|
|
# ----- Scratch / legacy -----
|
|
oldimpl/
|
|
|
|
# ----- IDE / editor -----
|
|
.cache/
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
*.swp
|
|
*.swo
|
|
*~
|