diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-25 07:46:42 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-25 07:46:42 +0000 |
commit | 5e4b2828d946ec379d9d04353c18507c802ef2b6 (patch) | |
tree | a428ce92ab4794bf2fb1e79efeda4a83438f92a8 /.gitignore | |
parent | 58871e1b3c254740ebf17ab79b8febd0fa8c5e47 (diff) | |
download | emacs-5e4b2828d946ec379d9d04353c18507c802ef2b6.tar.gz |
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 0eff1e7d204..f000a4e4516 100644 --- a/.gitignore +++ b/.gitignore @@ -26,19 +26,20 @@ _$* *.ln core # CVS default ignores end +*.xdelta +.DS_Store +Makefile +autom4te.cache bin boot.log boot.log.diff boot.log.old -update.log +config.cache config.log config.status -config.cache -Makefile +data emacs*.tar.gz leim*.tar.gz lock -*.xdelta -autom4te.cache site-lisp -data
\ No newline at end of file +update.log |