aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-08-11 20:55:24 -0700
committerjade <lix@jade.fyi>2024-08-21 17:09:10 +0000
commitdba615098d3d28fdb3339e244a4aec778d269e85 (patch)
tree9764c3e73c9aa818a7793b087382b7cc3999f4e0 /.gitignore
parente38410799b5b78b2fc2b0c9e4b1dc0dfc5801097 (diff)
build: move to a Cargo workspace
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 55e6e5c8b..0ae2c44a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,10 @@ GTAGS
# ccls
/.ccls-cache
+# auto-generated compilation database
+compile_commands.json
+rust-project.json
+
result
result-*
@@ -29,3 +33,6 @@ buildtime.bin
/.pre-commit-config.yaml
/.nocontribmsg
/release
+
+# Rust build files when using Cargo (not actually supported for building but it spews the files anyway)
+/target/