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