mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:42:26 +00:00
hhhhh
This commit is contained in:
+34
-20
@@ -1,33 +1,47 @@
|
||||
# ----- Build output directories -----
|
||||
build/
|
||||
.cache/
|
||||
.idea/
|
||||
build_meson/
|
||||
build_meson2/
|
||||
build_meson_new/
|
||||
build_meson_test/
|
||||
cmake-build-debug/
|
||||
|
||||
# CMake generated
|
||||
# Final binaries and platform output
|
||||
/Linux/
|
||||
/x64/
|
||||
|
||||
# CMake generated artifacts
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
compile_commands.json
|
||||
|
||||
# IDE / editor
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
# Meson generated artifacts (inside source tree, e.g. per-subdir)
|
||||
meson-private/
|
||||
meson-info/
|
||||
meson-logs/
|
||||
|
||||
# Build output directories
|
||||
/Linux/
|
||||
/x64/
|
||||
|
||||
# Asset symlink (created at runtime for working directory resolution)
|
||||
Common
|
||||
|
||||
# Compiled objects / binaries
|
||||
# Compiler/linker intermediates
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.so.*
|
||||
*.out
|
||||
oldimpl
|
||||
./oldimpl
|
||||
*.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
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user