From 0938d69f9aa8565a002921a7b54e3ee90688ccc5 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 26 Apr 2018 11:52:57 +0200 Subject: Initial commit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3