From a13974d396d0b39c78edb8f2ac27d5095c1a7e4e Mon Sep 17 00:00:00 2001
From: acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 31 Oct 2011 09:37:59 +0000
Subject: [PATCH] .gitignore: Ignore Emacs editor generated files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28690 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index f9458c71fd..70a454ca7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,7 @@
 *.orig
 *.rej
 *~
+.#*
+*#
+.emacs.desktop*
+TAGS*~
\ No newline at end of file
-- 
GitLab