From 1983292eb0744ef708b0c01877713b59c42a2e13 Mon Sep 17 00:00:00 2001
From: dscho <dscho>
Date: Sat, 31 May 2008 12:49:41 +0000
Subject: [PATCH] .gitignore: ignore also temporary editor files

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7de2fbc..4ac96c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.swp
+*~
 Makefile
 Makefile.in
 compile
-- 
2.18.1