.gitignore: Ignore Emacs editor generated files
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 31 Oct 2011 09:37:59 +0000 (09:37 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 31 Oct 2011 09:37:59 +0000 (09:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28690 3c298f89-4303-0410-b956-a3cf2f4a3e73

.gitignore

index f9458c7..70a454c 100644 (file)
@@ -18,3 +18,7 @@
 *.orig
 *.rej
 *~
+.#*
+*#
+.emacs.desktop*
+TAGS*~
\ No newline at end of file