mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-11 03:47:14 +00:00
31 lines
416 B
Plaintext
31 lines
416 B
Plaintext
# ----- Build output directories -----
|
|
build/
|
|
builddir/
|
|
.cache/
|
|
.idea/
|
|
build_meson/
|
|
|
|
# meson subprojects (git clone'd on build)
|
|
/subprojects/*
|
|
!/subprojects/*.wrap
|
|
|
|
# Nix flake output
|
|
result
|
|
|
|
# Meson generated artifacts (inside source tree, e.g. per-subdir)
|
|
meson-private/
|
|
meson-info/
|
|
meson-logs/
|
|
|
|
# ----- IDE / editor -----
|
|
.cache/
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# ----- Documentation -----
|
|
docs/
|