diff options
| author | Eskil Queseth <eskilq@kth.se> | 2020-10-10 15:59:17 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2020-10-10 15:59:17 +0200 |
| commit | d416423b4dfca03c99b20fcfa7df8473e13a2fd9 (patch) | |
| tree | a6de05df987e26df9d8b6998051f9bfba9825a3d /.gitignore | |
| parent | a1c7628c6b062274625f75772561686516676ea7 (diff) | |
| download | mum-d416423b4dfca03c99b20fcfa7df8473e13a2fd9.tar.gz | |
Added gitignore
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..8c88100 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Created by https://www.toptal.com/developers/gitignore/api/rust +# Edit at https://www.toptal.com/developers/gitignore?templates=rust + +### Rust ### +# 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 + +# End of https://www.toptal.com/developers/gitignore/api/rust |
