1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 03:33:52 +02:00

.gitignore: Ignore Emacs editor generated files

SVN-Revision: 28690
This commit is contained in:
Vasilis Tsiligiannis 2011-10-31 09:37:59 +00:00
parent 17ccd4aec4
commit 98d6f2e1d9

4
.gitignore vendored
View File

@ -18,3 +18,7 @@
*.orig *.orig
*.rej *.rej
*~ *~
.#*
*#
.emacs.desktop*
TAGS*~