Skip to content

Commit 0e228f4

Browse files
committed
Update .gitignore
1 parent 4ceb08e commit 0e228f4

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

.gitignore

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
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
1112
Cargo.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
2324
Session.vim
24-
# temporary
25+
Sessionx.vim
26+
27+
# Temporary
2528
.netrwhist
2629
*~
27-
# auto-generated tag files
30+
# Auto-generated tag files
2831
tags
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

0 commit comments

Comments
 (0)