diff options
author | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-31 09:37:59 +0000 |
---|---|---|
committer | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-31 09:37:59 +0000 |
commit | a13974d396d0b39c78edb8f2ac27d5095c1a7e4e (patch) | |
tree | 81d8562ea5036505486f260d26b4a9e0126575f8 /.gitignore | |
parent | 893d0c6df4e8a65d46c41778ead64a829afcc7dd (diff) |
.gitignore: Ignore Emacs editor generated files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28690 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f9458c71f..70a454ca7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,7 @@ *.orig *.rej *~ +.#* +*# +.emacs.desktop* +TAGS*~
\ No newline at end of file |