From: Vassilis Date: Mon, 5 Sep 2016 18:52:48 +0000 (+0100) Subject: Update TeX.gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2092%2Fhead;p=gitignore.git 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 --- diff --git a/TeX.gitignore b/TeX.gitignore index 34f999df..f620fad2 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -192,3 +192,6 @@ TSWLatexianTemp* # KBibTeX *~[0-9]* + +# auto folder when using emacs and auctex +/auto/*