From 36a9cdfcd625f003e50b6077d12e720c66cf6c77 Mon Sep 17 00:00:00 2001
From: Holger Hans Peter Freyther <zecke@selfish.org>
Date: Sat, 12 Nov 2011 11:12:16 +0100
Subject: git: Ignore vi files (.swp, .swo)

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

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?
-- 
cgit v1.2.3