diff options
| author | Sakarias Johansson <sakarias.johansson@goodbyekansas.com> | 2023-01-05 17:22:10 +0100 |
|---|---|---|
| committer | Sakarias Johansson <sakarias.johansson@goodbyekansas.com> | 2023-01-05 17:22:10 +0100 |
| commit | cf7bd1aec7e9908f80bfc014fc53a1144e17ccb5 (patch) | |
| tree | d37492001d250f7dc7a1584415181ad443f62d8a /racer-tracer/.gitignore | |
| download | racer-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/.gitignore | 10 |
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 |
