aboutsummaryrefslogtreecommitdiff
path: root/src/.gitignore
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-11-07 22:25:18 +0000
committerAria <me@aria.rip>2023-11-07 22:25:18 +0000
commitc6be430616e97a5bca0ee56f71908589b174a8ff (patch)
tree382857e2b9ac41881d58dad5d33670101f177752 /src/.gitignore
parent71236e6332507ef18d14876d200ac83bf895496a (diff)
refactor(all): shorter directory names
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..aeb024c
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,21 @@
+# Generated by Cargo
+# will have compiled files and executables
+/target/
+
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
+Cargo.lock
+
+# These are backup files generated by rustfmt
+**/*.rs.bk
+
+/proptest-regressions/*
+
+# Racket
+compiled/
+
+# Rust parser code gen testing dir.
+/gen_code/
+/racket_specs/gen_lib_spec/
+/racket_specs/gen_prop_spec/
+/racket_specs/gen_match/ \ No newline at end of file