summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 6985cf1..af9826a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,12 +3,10 @@
3debug/ 3debug/
4target/ 4target/
5 5
6# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8Cargo.lock
9
10# These are backup files generated by rustfmt 6# These are backup files generated by rustfmt
11**/*.rs.bk 7**/*.rs.bk
12 8
13# MSVC Windows builds of rustc generate these, which store debugging information 9# MSVC Windows builds of rustc generate these, which store debugging information
14*.pdb 10*.pdb
11
12.idea \ No newline at end of file