mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01: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
@ -215,7 +215,8 @@ TSWLatexianTemp*
|
|||||||
*~[0-9]*
|
*~[0-9]*
|
||||||
|
|
||||||
# auto folder when using emacs and auctex
|
# auto folder when using emacs and auctex
|
||||||
/auto/*
|
./auto/*
|
||||||
|
*.el
|
||||||
|
|
||||||
# expex forward references with \gathertags
|
# expex forward references with \gathertags
|
||||||
*-tags.tex
|
*-tags.tex
|
||||||
|
Loading…
Reference in New Issue
Block a user