aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-11-20 14:23:25 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-11-20 14:23:52 +0100
commitb6e8d39417b217e9bbf396d50c3ef2a91a6c4054 (patch)
tree1ec525baa3a2135a24337969aa6d7a5bae2773b1
parent2547e87b94223d2a90057d87aa821f3745687196 (diff)
gitignore: vim swp files
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4ee9929..350e975 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,5 @@ examples/stream-server
Doxyfile
/examples/udp-test-client
/examples/udp-test-server
+
+.*.sw?