Skip to content

Commit 28793aa

Browse files
committed
Add more file types to .gitignore
1 parent 7a2fe90 commit 28793aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
syntax: glob
12
Cargo.lock
23
target/
3-
*.sw*
4+
*.diff
5+
*.rej
6+
*.orig
7+
.*.swn
8+
.*.swo
9+
.*.swp
410
*.a

0 commit comments

Comments
 (0)