diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-04-26 09:52:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-26 09:52:57 +0000 |
commit | 0938d69f9aa8565a002921a7b54e3ee90688ccc5 (patch) | |
tree | f16fb6abc8ecb5cbf5398214e240705778371870 /.gitignore | |
download | miniserve-0938d69f9aa8565a002921a7b54e3ee90688ccc5.tar.gz miniserve-0938d69f9aa8565a002921a7b54e3ee90688ccc5.zip |
Initial commit
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..50281a4 --- /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 http://doc.crates.io/guide.html#cargotoml-vs-cargolock +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk |