From 0e228f4f0c9d262d489ede40aa1917f71bd781f6 Mon Sep 17 00:00:00 2001 From: yajamon Date: Fri, 4 Dec 2020 21:30:12 +0900 Subject: [PATCH] Update .gitignore --- .gitignore | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 1c37eb5..3c6818d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -# Created by https://www.gitignore.io/api/rust,vim +# Created by https://www.toptal.com/developers/gitignore/api/rust,vim +# Edit at https://www.toptal.com/developers/gitignore?templates=rust,vim ### Rust ### # Generated by Cargo @@ -7,24 +8,28 @@ /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 +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock -# These are backup files generated by rustfmt -**/*.rs.bk - ### Vim ### -# swap +# Swap [._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files [._]*.sw[a-p] -[._]s[a-v][a-z] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] [._]sw[a-p] -# session + +# Session Session.vim -# temporary +Sessionx.vim + +# Temporary .netrwhist *~ -# auto-generated tag files +# Auto-generated tag files tags +# Persistent undo +[._]*.un~ -# End of https://www.gitignore.io/api/rust,vim +# End of https://www.toptal.com/developers/gitignore/api/rust,vim