summaryrefslogtreecommitdiff
path: root/racer-tracer/.gitignore
diff options
context:
space:
mode:
authorSakarias Johansson <sakarias.johansson@goodbyekansas.com>2023-01-05 17:22:10 +0100
committerSakarias Johansson <sakarias.johansson@goodbyekansas.com>2023-01-05 17:22:10 +0100
commitcf7bd1aec7e9908f80bfc014fc53a1144e17ccb5 (patch)
treed37492001d250f7dc7a1584415181ad443f62d8a /racer-tracer/.gitignore
downloadracer-tracer-cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5.tar.gz
racer-tracer-cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5.tar.xz
racer-tracer-cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5.zip
Initial commit 🎉
Diffstat (limited to 'racer-tracer/.gitignore')
-rw-r--r--racer-tracer/.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/racer-tracer/.gitignore b/racer-tracer/.gitignore
new file mode 100644
index 0000000..767dae2
--- /dev/null
+++ b/racer-tracer/.gitignore
@@ -0,0 +1,10 @@
+# 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