aboutsummaryrefslogtreecommitdiffstats
path: root/TeX.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Added pattern for expex forward referencesVanya Kapitonov2016-12-061-0/+3
|
* TeX: ignore endnotes *.ent filesThom Wiggers2016-11-261-0/+3
| | | | | The `endnotes` package generates `*.ent` files. These should also be ignored.
* Update TeX.gitignoreAlice942016-11-241-0/+1
| | | Add missing beamer temporary file extension
* Change *.mt patterns to single *.mtc[0-9]*Al Levity2016-11-071-3/+1
|
* TeX: feynMF/feynMPLucas Gautheron2016-11-031-0/+9
|
* Update TeX.gitignoreVassilis2016-09-051-0/+3
| | | | | | 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
* Added gregoriotexSeungwon Park2016-07-121-0/+4
| | | | | See documentation at https://github.com/gregorio-project/gregorio
* Merge pull request #2037 from koppor/patch-1Brendan Forster2016-07-101-0/+1
|\ | | | | ignore busy indicator of uncompressed .synctex file
| * ignore busy indicator of uncompressed .synctex fileOliver Kopp2016-07-091-0/+1
| |
* | Merge pull request #2039 from koppor/patch-2Brendan Forster2016-07-101-0/+3
|\ \ | | | | | | Add *.wrt produced by scrwfile
| * | Add *.wrt produced by scrwfileOliver Kopp2016-07-101-0/+3
| |/
* / Ignore .pdfOliver Kopp2016-07-101-0/+3
|/ | | | | | | | On Windows, when PDF is opened with Acrobat Reader, one gets following output: ! I can't write on file `document.pdf'. Please type another file name for output: If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too.
* Update TeX.gitignorethilaire2016-06-291-0/+3
| | | Add support for easy-todo package (that produces .lod file during the compilation)
* Update TeX.gitignoreSeungwon Park2016-04-261-0/+3
| | | When we use 'thmtools' package for creating 'List of Theorems', auxiliary file '.loe' is created, just as '.toc' for 'Table of Contents' and '.lof' for 'List of Figures'.
* More explicit pattern for KBibTeXŁukasz Szeremeta2016-03-211-1/+1
|
* Ignore .fot .cb .cb2 for TeXMax2016-03-151-0/+3
|
* Merge pull request #1875 from jutoft/masterBrendan Forster2016-02-251-0/+1
|\ | | | | Add *.glsdefs to TeX.gitignore
| * Add glsdefs to TeX.gitignoreJesper Utoft2016-02-241-0/+1
| |
* | Merge remote-tracking branch 'upstream/master'Łukasz Szeremeta2016-02-131-4/+42
|\| | | | | | | | | Conflicts: TeX.gitignore
| * Add ignore for .lox files from fixme packageJesper Utoft2016-02-031-0/+3
| |
| * Merge branch 'master' into reledmac_endnoteMaïeul Rouquette2016-01-271-2/+28
| |\
| | * Merge pull request #1609 from habi/patch-1Brendan Forster2016-01-271-0/+2
| | |\ | | | | | | | | Adding more files to ignore when using minitoc
| | | * Adding more files to ignore when using minitocDavid Haberthür2015-08-041-0/+2
| | | | | | | | | | | | As per http://tex.stackexchange.com/q/258515/828
| | * | Exclude Latexian temp files for Tex documentsRogier Slag2016-01-101-0/+3
| | | | | | | | | | | | Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well
| | * | Add TeX precompiled preamble and xypicdopefishh2016-01-031-0/+4
| | | | | | | | | | | | | | | | A precompiled header(`latex -ini`) compiled creates a `.fmt` file. To speed up xypic's drawing, precompiled matrices are created with the `\CompileMatrices` entry in the preamble. This creates `*.xyc` files.
| | * | Ignore auxiliary files from \usepackage{cprotect}David Haberthür2015-12-211-2/+3
| | | | | | | | | | | | [cprotect](https://www.ctan.org/tex-archive/macros/latex/contrib/cprotect?lang=en) tracks its contents in an auxiliary file, this is safe to ignore.
| | * | Tex: Ignore files generated by pdfcomment packageJelte Fennema2015-12-111-0/+4
| | | | | | | | | | | | The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
| | * | Adding endfloat.sty auxiliary filesDavid Haberthür2015-11-161-0/+4
| | | | | | | | | | | | | | | | | | | | endfloat.sty produces these two auxiliary files. From Section 3.2 of its documentation: > Loading it will have LTEX produce two extra files with .ttt and .fff extensions (for tables and figures, respectively).
| | * | Add pythontex intermediade files to Tex.gitignoreJesper Utoft2015-11-041-0/+4
| | | |
| | * | Update TeX.gitignoreFelix Wehnert2015-10-291-0/+3
| | |/
| * / reledmac use one individual file by series of endnotes : .Aend, .Bend, .Cend ↵Maïeul Rouquette2015-07-181-2/+2
| |/ | | | | | | etc. See the changelog in reledmac handbook or https://github.com/maieul/ledmac/commit/7fedc07f5bf2af21c86a237957790cb6fdce78a7#diff-60c898960cc69e6fde87e84ddef7d910R11391
| * Ignore *.auxlock files created by TikZ in TeXArne de Laat2015-06-241-0/+1
| | | | | | | | TikZ uses *.auxlock files to check if the main *.aux file is available. This is only used when using the external tikz library.
| * Ignore files created by `\tikzexternalize`Arne de Laat2015-06-241-0/+4
| | | | | | | | | | When using TikZ & PGF with: `\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize` It creates .dpth and .md5 files for the externalized tikzpictures.
| * Merge pull request #1537 from Konfekt/patch-1Brendan Forster2015-06-241-0/+4
| |\ | | | | | | include preamble files generated by mylatexformat package
| | * include preamble files generated by mylatexformat packageKonfekt2015-05-291-0/+4
| | |
| * | [Tex] Change *.mtc0 to *.mtc[1-9][0-9]Jeremy Coatelen2015-05-151-1/+2
| |/ | | | | When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
* / Ignore Kile and kBibTeX backup filesŁukasz Szeremeta2015-04-091-0/+9
|/
* Merge pull request #1411 from ptigwe/masterCarl Suster2015-03-011-0/+3
|\ | | | | Ignore auxiliary files for gnuplottex
| * Ignore auxiliary files for gnuplottexTobenna Peter Igwe2015-02-171-0/+3
| |
* | Added backup files for WinEdtGurmeet-Singh2015-03-011-0/+4
|/ | | WinEdt (a popular TEX editor for windows) uses files "*.bak" for backup and "*.sav" for autosave.
* minted 2.0 makes new filesmaieul2015-02-051-0/+1
|
* Update TeX.gitignoreRob2015-01-131-0/+1
| | | *.synctex is generated when the synctex option is used under Windows.
* Merge pull request #1286 from adamliter/masterCarl Suster2015-01-071-0/+5
|\ | | | | Ignore some auxiliary files from knitr
| * Ignore auxiliary files from knitrAdam Liter2014-11-191-0/+5
| |
* | Add ignore achemso aux file acs-<tex filename>.biblighght2014-12-201-0/+3
|/ | | Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso}
* Merge pull request #1162 from maieul/masterCarl Suster2014-08-241-0/+6
|\ | | | | New version of eledmac on CTAN adds new extension file
| * Merge remote-tracking branch 'origin/master'maieul2014-07-311-0/+6
| |\
| | * eledmac 1.12/ elepar 1.8 files ".eledsec"Maïeul Rouquette2014-07-311-0/+6
| | |
* | | added converted-to-filesAndreas Grosse2014-08-241-0/+1
| | |
* | | (TeX) Exclude files generated by using backref.David Haberthür2014-07-291-0/+1
|/ / | | | | | | | | | | When doing \usepackage[backref]{hyperref} the pages of the references are shown in the bibliography. Those files can be safely ignored. Info: http://tex.stackexchange.com/a/7772/828