Skip to content

Commit 28372f7

Browse files
cmowershiftkey
authored andcommitted
TeX.gitignore modification for Emacs users (#2491)
* without . the auto directory is still considered for commits * small addition that ensures all Emacs-Lisp files (.el files) are ignored
1 parent 65b8b3b commit 28372f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TeX.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ TSWLatexianTemp*
215215
*~[0-9]*
216216

217217
# auto folder when using emacs and auctex
218-
/auto/*
218+
./auto/*
219+
*.el
219220

220221
# expex forward references with \gathertags
221222
*-tags.tex

0 commit comments

Comments
 (0)