mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-08 12:22:55 +00:00
Update .gitignore
This commit is contained in:
parent
1928c8b662
commit
31f3df0095
29
.gitignore
vendored
29
.gitignore
vendored
|
|
@ -4,40 +4,19 @@ builddir/
|
|||
.cache/
|
||||
.idea/
|
||||
build_meson/
|
||||
cmake-build-debug/
|
||||
|
||||
# meson subprojects (git clone'd on build)
|
||||
/subprojects/*
|
||||
!/subprojects/*.wrap
|
||||
|
||||
# Nix flake output
|
||||
result
|
||||
|
||||
# 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
|
||||
.clangd
|
||||
|
||||
|
||||
# ----- Scratch / legacy -----
|
||||
oldimpl/
|
||||
|
||||
# ----- IDE / editor -----
|
||||
.cache/
|
||||
.idea/
|
||||
|
|
|
|||
Loading…
Reference in a new issue