diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-10-04 02:01:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-04 02:01:46 +0200 |
| commit | 298b43631805cbf9fb5ab78fcb5d784a97879d21 (patch) | |
| tree | 2df25cd12fa66e509a481e6bffc5d71e54fcee8d /.gitignore | |
| download | frippy-298b43631805cbf9fb5ab78fcb5d784a97879d21.tar.gz frippy-298b43631805cbf9fb5ab78fcb5d784a97879d21.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 |
