.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 f9458c71fded8d108f0c0c8b868568c6b009d485..70a454ca7cd08da011f32dc15a12f4c8ec6af1d7 100644 (file)
@@ -18,3 +18,7 @@
 *.orig
 *.rej
 *~
+.#*
+*#
+.emacs.desktop*
+TAGS*~
\ No newline at end of file