Browse Source

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
pull/2092/head
Vassilis 7 years ago
parent
commit
3a26425160
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      TeX.gitignore

+ 3
- 0
TeX.gitignore View File

@@ -192,3 +192,6 @@ TSWLatexianTemp*

# KBibTeX
*~[0-9]*

# auto folder when using emacs and auctex
/auto/*

Loading…
Cancel
Save