.gitignore: Ignore Emacs editor generated files
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 31 Oct 2011 09:37:59 +0000 (09:37 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 31 Oct 2011 09:37:59 +0000 (09:37 +0000)
SVN-Revision: 28690

.gitignore

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