Skip to content

Commit 9587c83

Browse files
committed
Merge pull request #74 from ebfe/gitignore
gitignore: add vim tmp files
2 parents e71aa44 + 27df5f2 commit 9587c83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ rust-crypto-util.exe
2525

2626
# mvn build files
2727
tools/rust-crypto-tester/target/
28+
29+
# vim
30+
*~
31+
.*.swp
32+
.*.swo

0 commit comments

Comments
 (0)