Skip to content

Commit dca279c

Browse files
authored
Add vim *.swp files in gitignore (#94)
1 parent f2f7c74 commit dca279c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Release
1010
*.iml
1111
tags
1212

13+
#vim swap file
14+
*.swp
15+
1316
#compiled python files
1417
*.pyc
1518

0 commit comments

Comments
 (0)