Bläddra i källkod

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 år sedan
förälder
incheckning
3a26425160
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3
    0
      TeX.gitignore

+ 3
- 0
TeX.gitignore Visa fil

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

# KBibTeX
*~[0-9]*

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

Laddar…
Avbryt
Spara