diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-01-28 03:04:54 +0000 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-01-28 03:04:54 +0000 |
commit | 495369719b8443e77decf2688234b405d7f2bfe3 (patch) | |
tree | 18ea0657010078dc6de4c53ddf82d7d4031e3be9 /.gitignore | |
download | twinh-495369719b8443e77decf2688234b405d7f2bfe3.tar.xz twinh-495369719b8443e77decf2688234b405d7f2bfe3.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ffd9f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> Rust +# Generated by Cargo +# will have compiled files and executables +debug/ +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 + |