]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-garbage-files-regexp): Add `.aux$'. These are
authorKai Großjohann <kgrossjo@eu.uu.net>
Tue, 7 Jan 2003 10:20:38 +0000 (10:20 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Tue, 7 Jan 2003 10:20:38 +0000 (10:20 +0000)
produced by TeX.

lisp/ChangeLog
lisp/dired.el

index 91dc30c0462e160ad915d1750fd17420513badd4..1e581ecd489fe830fe8661aa12db7713a3b39a4f 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
+       produced by TeX.
+
 2003-01-07  Andre Spiegel  <spiegel@gnu.org>
 
        * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
index fd4ed845700181873a3fa502f075ad81ce86ac7d..9dbde910911af29f29592a89683fa3c567775752 100644 (file)
@@ -2570,7 +2570,7 @@ A prefix argument says to unflag those files instead."
      "auto save file")))
 
 (defvar dired-garbage-files-regexp
-  "\\.log$\\|\\.toc$\\|\\.dvi$\\|\\.bak$\\|\\.orig$\\|\\.rej$" 
+  "\\.log$\\|\\.toc$\\|\\.dvi$\\|\\.bak$\\|\\.orig$\\|\\.rej$\\|.aux$
   "*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.")
 
 (defun dired-flag-garbage-files ()