diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-05-28 12:49:39 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-24 10:01:23 -0400 |
commit | 15a4031856ae7b72be3d5491a17adf0a592c40b5 (patch) | |
tree | 43708f51351001066d108212870b1bf7bebb0ee4 /.gitignore | |
download | acap-15a4031856ae7b72be3d5491a17adf0a592c40b5.tar.xz |
Initialize a new project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..088ba6b --- /dev/null +++ b/.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 |