]> source.dussan.org Git - gitignore.git/commitdiff
Update TeX.gitignore 2092/head
authorVassilis <v.balntas15@imperial.ac.uk>
Mon, 5 Sep 2016 18:52:48 +0000 (19:52 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2016 18:52:48 +0000 (19:52 +0100)
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

TeX.gitignore

index 34f999df3e7e645e84f4dcea7e19ee84cf17cc31..f620fad23ebe1bf6f2a9f565963d1a3032241bba 100644 (file)
@@ -192,3 +192,6 @@ TSWLatexianTemp*
 
 # KBibTeX
 *~[0-9]*
+
+# auto folder when using emacs and auctex 
+/auto/*