diff options
author | Vassilis <v.balntas15@imperial.ac.uk> | 2016-09-05 19:52:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-05 19:52:48 +0100 |
commit | 3a2642516099dd092c26bd10f980fc118d9c711e (patch) | |
tree | a51b199f3cd10c3edc7809eea371f87b04ce28f0 /TeX.gitignore | |
parent | e287eac7617fc65e49cf6e9d61ba23ff64e5994e (diff) | |
download | gitignore-3a2642516099dd092c26bd10f980fc118d9c711e.tar.gz gitignore-3a2642516099dd092c26bd10f980fc118d9c711e.zip |
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
Diffstat (limited to 'TeX.gitignore')
-rw-r--r-- | TeX.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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/* |