File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed
Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 11
2- # Created by https://www.gitignore.io/api/rust,vim
2+ # Created by https://www.toptal.com/developers/gitignore/api/rust,vim
3+ # Edit at https://www.toptal.com/developers/gitignore?templates=rust,vim
34
45# ## Rust ###
56# Generated by Cargo
67# will have compiled files and executables
78/target /
89
910# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
10- # More information here http ://doc.crates.io/ guide.html#cargotoml- vs-cargolock
11+ # More information here https ://doc.rust-lang.org/cargo/ guide/cargo-toml- vs-cargo-lock.html
1112Cargo.lock
1213
13- # These are backup files generated by rustfmt
14- ** /* .rs.bk
15-
1614# ## Vim ###
17- # swap
15+ # Swap
1816[._ ]* .s [a-v ][a-z ]
17+ ! * .svg # comment out if you don't need vector files
1918[._ ]* .sw [a-p ]
20- [._ ]s [a-v ][a-z ]
19+ [._ ]s [a-rt-v ][a-z ]
20+ [._ ]ss [a-gi-z ]
2121[._ ]sw [a-p ]
22- # session
22+
23+ # Session
2324Session.vim
24- # temporary
25+ Sessionx.vim
26+
27+ # Temporary
2528.netrwhist
2629* ~
27- # auto -generated tag files
30+ # Auto -generated tag files
2831tags
32+ # Persistent undo
33+ [._ ]* .un~
2934
30- # End of https://www.gitignore.io /api/rust,vim
35+ # End of https://www.toptal.com/developers/gitignore /api/rust,vim
You can’t perform that action at this time.
0 commit comments