branch: externals/auctex
commit 74766b4ca45b33a5104a4913b9e4a353d29c5ffe
Author: Mosè Giordano <m...@gnu.org>
Commit: Mosè Giordano <m...@gnu.org>

    Remove also a gitignore
    
    * Makefile.in (EXCLUDEDFILES): Add latex/.gitignore to excluded files.
---
 Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 215e20b..e650ddc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -61,8 +61,8 @@ PREVIEW_AUTOLOAD=--eval '(let ((generated-autoload-file 
(expand-file-name "$@"))
                (update-file-autoloads "preview.el")(save-buffers-kill-emacs 
t))'
 
 # Files and directories excluded from distributed tar ball.
-EXCLUDEDFILES=autogen.sh .cvsignore .gitignore doc/.gitignore doc/tex-ref.log \
-       README.GIT tests build-aux
+EXCLUDEDFILES=autogen.sh .gitignore doc/.gitignore doc/tex-ref.log \
+       latex/.gitignore README.GIT tests build-aux
 
 .SUFFIXES: .el .elc .texi
 

Reply via email to