aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-11-12 11:12:16 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-11-14 13:34:45 +0100
commit36a9cdfcd625f003e50b6077d12e720c66cf6c77 (patch)
tree772227395ad70d86e8e2cc0fa57cc90504070942
parent4cfbae815230bc7509ce927e45f409fcbf12821c (diff)
git: Ignore vi files (.swp, .swo)
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c77c750d..4a709a73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,7 @@ doc/html.tar
src/crc*gen.c
include/osmocom/core/crc*gen.h
+
+
+# vi files
+*.sw?