Files
lix/.gitignore
T
vczf dda519baff gitignore: ignore top-level build and outputs directories
Change-Id: Id51439c15c0216e7353ba48ae1940d3906473d4f
2026-04-22 11:47:09 +00:00

48 lines
676 B
Plaintext

/build
/outputs
# GNU Global
GPATH
GRTAGS
GSYMS
GTAGS
# ccls
/.ccls-cache
# auto-generated compilation database
compile_commands.json
rust-project.json
result
result-*
.vscode/
.direnv/
# clangd and possibly more
.cache/
# Mac OS
.DS_Store
# ClangBuildAnalyzer output, see maintainers/buildtime_report.sh
buildtime.bin
.envrc.local
# We generate this with a Nix shell hook
/.pre-commit-config.yaml
/.nocontribmsg
/release
# Rust build files when using Cargo (not actually supported for building but it spews the files anyway)
/target/
# Python compiled files from the code generators and test suite
*.pyc
**/.idea
# Yeah, I've got no clue.
/subprojects/.wraplock