aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d369682..80c8f96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,3 +98,18 @@ lerna-debug.log
98 98
99# System Files 99# System Files
100Thumbs.db 100Thumbs.db
101
102# Generated by Cargo
103# will have compiled files and executables
104debug/
105target/
106
107# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
108# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
109Cargo.lock
110
111# These are backup files generated by rustfmt
112**/*.rs.bk
113
114# MSVC Windows builds of rustc generate these, which store debugging information
115*.pdb
Powered by cgit v1.2.3 (git 2.41.0)