diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-03 10:46:56 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-03 10:46:56 +0100 |
commit | e12192cafe7395b621e5224c95a01f27425d2118 (patch) | |
tree | 8a55cea69f80bc6577d42ab808892837129c46c2 /.gitignore | |
parent | f23cfc9c46bf40f10f52c6a5f1898624bd3a808e (diff) |
ignore temporary vim files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,5 +11,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Vim +*.swp + # Dependency directories (remove the comment below to include it) # vendor/ |