aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-04-10 05:18:02 +0100
committerGitHub <[email protected]>2020-04-10 05:18:02 +0100
commit51553105ff0484792a8ae21dcae39d686e6b2111 (patch)
treeb9cb9c7f4fe2b1bced4a0e4fb038f9cf157778a8 /.gitignore
parent2d0e9699096bb0129e3f5efd37d7b62333c41ac9 (diff)
parent72de9e36630feba4343f22e4ae09e696bbb9ce38 (diff)
Merge pull request #35 from pickfire/lock
Add Cargo.lock
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index e4e93e9..6c22375 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,13 +2,9 @@
2# will have compiled files and executables 2# will have compiled files and executables
3/target/ 3/target/
4 4
5# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7Cargo.lock
8
9# These are backup files generated by rustfmt 5# These are backup files generated by rustfmt
10**/*.rs.bk 6**/*.rs.bk
11 7
12# ignore history used by rustyline 8# ignore history used by rustyline
13history.txt 9history.txt
14./.idea \ No newline at end of file 10./.idea