Skip to content

Commit 3a26425

Browse files
author
Vassilis
authored
Update TeX.gitignore
Added a line that adds the `auto` folder that Emacs+ AUCTex automatically creates in the gitignore list. More about this `auto` feature below https://www.gnu.org/software/auctex/manual/auctex/Parsing-Files.html
1 parent e287eac commit 3a26425

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TeX.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,6 @@ TSWLatexianTemp*
192192

193193
# KBibTeX
194194
*~[0-9]*
195+
196+
# auto folder when using emacs and auctex
197+
/auto/*

0 commit comments

Comments
 (0)