aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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/