forked from lix-project/lix
Jade Lovelace
dba615098d
This is purely to let Cargo's dependency resolver do stuff for us, we do
not actually intend to build this stuff with Cargo to begin with.
Change-Id: I4c08d55595c7c27b7096375022581e1e34308a87
38 lines
538 B
Text
38 lines
538 B
Text
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/
|