From 9c910833fbc592ace4c7b776097fbd4e2d094b4b Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Fri, 29 Apr 2011 15:11:57 +0000
Subject: [PATCH] add vim temp files (*~) to .gitignore

SVN-Revision: 26785
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 31419050ab..f9458c71fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /package/openwrt-packages
 *.orig
 *.rej
+*~
-- 
GitLab