Skip to content

Commit

Permalink
Add vim related files to gitignore (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 14, 2021
1 parent bb3c11b commit f0c3361
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Documentation
# Sphinx
build/
_build/
*.mo

# GMT
Expand All @@ -12,3 +11,7 @@ gmt.history

# macOS
.DS_Store

# vim
*~
.*.swp

0 comments on commit f0c3361

Please sign in to comment.