mirror of
https://github.com/github/gitignore
synced 2025-07-03 11:58:23 +02:00
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
This commit is contained in:
parent
65b8b3b6fe
commit
28372f7d3b
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@ TSWLatexianTemp*
|
|||
*~[0-9]*
|
||||
|
||||
# auto folder when using emacs and auctex
|
||||
/auto/*
|
||||
./auto/*
|
||||
*.el
|
||||
|
||||
# expex forward references with \gathertags
|
||||
*-tags.tex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue