diff options
author | Michael S. Christensen <michael.stenskjaer@gmail.com> | 2014-04-17 18:21:11 +0200 |
---|---|---|
committer | Michael S. Christensen <michael.stenskjaer@gmail.com> | 2014-04-17 18:21:11 +0200 |
commit | d4c7dbcaf94abd0963f789535254af1dbcd540fd (patch) | |
tree | 14b97f935fb88ca17b83075afc3dc9c082b66613 /Global/Emacs.gitignore | |
parent | fe0df6046b81b6008be66b09b874653055148483 (diff) | |
download | gitignore-d4c7dbcaf94abd0963f789535254af1dbcd540fd.tar.gz gitignore-d4c7dbcaf94abd0963f789535254af1dbcd540fd.zip |
Ignor auctex auto-folder and contents
When working with multifile LaTeX-documents in AUCTeX in emacs, it creates the auto-folder to keep track of styles, macros etc. in the whole document. Unnecessary of versioning purposes.
Diffstat (limited to 'Global/Emacs.gitignore')
-rw-r--r-- | Global/Emacs.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index a1bceafc..1b571c30 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -24,3 +24,6 @@ tramp # reftex files *.rel + +# AUCTeX auto folder +/auto/ |