Commit Graph

66 Commits

Author SHA1 Message Date
Brendan Forster 913d29fdfc Merge pull request #2222 from yassu/delete-leading-blank
[TeX] delete Leading blanks
2017-01-09 08:21:43 +11:00
Brendan Forster c0ce1f9bf1 Merge pull request #2234 from koppor/patch-2
[TeX] Add *.pax
2017-01-07 15:25:54 +11:00
Oliver Kopp e8b08757e0 Add *.pax 2017-01-05 19:24:10 +01:00
Oliver Kopp 99a4854bb9 Add .spl and .soc
- .soc - package changes
- .spl - documentclass elsarticle (Elsevier journals)

Source: http://tex.stackexchange.com/a/256803/9075
2016-12-30 00:47:55 +01:00
yassu ee8e5b35c5 [TeX] delete Leading blanks 2016-12-25 00:07:16 +09:00
Vanya Kapitonov 8e28cc2bdd Added pattern for expex forward references 2016-12-06 20:48:29 +11:00
Thom Wiggers aaae3d86ad
TeX: ignore endnotes *.ent files
The `endnotes` package generates `*.ent` files. These should also be
ignored.
2016-11-26 16:45:29 +01:00
Alice94 a216e49b7f Update TeX.gitignore
Add missing beamer temporary file extension
2016-11-24 12:14:00 +01:00
Al Levity a3e8ce6386 Change *.mt patterns to single *.mtc[0-9]* 2016-11-07 08:57:00 +00:00
Lucas Gautheron 743d94a12c TeX: feynMF/feynMP 2016-11-03 10:32:51 +01:00
Vassilis 3a26425160 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
2016-09-05 19:52:48 +01:00
Seungwon Park 96e10b2513 Added gregoriotex
See documentation at
https://github.com/gregorio-project/gregorio
2016-07-12 17:04:23 +09:00
Brendan Forster 00111374b4 Merge pull request #2037 from koppor/patch-1
ignore busy indicator of uncompressed .synctex file
2016-07-10 14:54:27 -07:00
Brendan Forster 99dabe1835 Merge pull request #2039 from koppor/patch-2
Add *.wrt produced by scrwfile
2016-07-10 14:53:56 -07:00
Oliver Kopp d8a56ffdce Ignore .pdf
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.
2016-07-10 14:35:30 +02:00
Oliver Kopp a73ff83ac3 Add *.wrt produced by scrwfile 2016-07-10 00:42:39 +02:00
Oliver Kopp 4616b76860 ignore busy indicator of uncompressed .synctex file 2016-07-09 15:02:07 +02:00
thilaire c2401948a4 Update TeX.gitignore
Add support for easy-todo package (that produces .lod file during the compilation)
2016-06-29 14:36:23 +02:00
Seungwon Park 8b46d457bd Update TeX.gitignore
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'.
2016-04-26 10:30:49 +09:00
Łukasz Szeremeta 3abf7bf7a9 More explicit pattern for KBibTeX 2016-03-21 20:10:32 +01:00
Max 15a14edee0 Ignore .fot .cb .cb2 for TeX 2016-03-15 22:28:35 +01:00
Brendan Forster 0106b2b10f Merge pull request #1875 from jutoft/master
Add *.glsdefs to TeX.gitignore
2016-02-25 11:50:05 +11:00
Jesper Utoft 02903096d3 Add glsdefs to TeX.gitignore 2016-02-24 11:27:39 +01:00
Łukasz Szeremeta eab300ef23 Merge remote-tracking branch 'upstream/master'
Conflicts:
	TeX.gitignore
2016-02-13 16:37:16 +01:00
Jesper Utoft 03e1898c93 Add ignore for .lox files from fixme package 2016-02-03 11:42:49 +01:00
Maïeul Rouquette bfabdf1948 Merge branch 'master' into reledmac_endnote 2016-01-27 10:07:13 +01:00
Brendan Forster 80c4cbc532 Merge pull request #1609 from habi/patch-1
Adding more files to ignore when using minitoc
2016-01-27 16:07:34 +10:30
Rogier Slag ce4e9ccd7a Exclude Latexian temp files for Tex documents
Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well
2016-01-10 15:59:25 +01:00
dopefishh 3e9a2d98e2 Add TeX precompiled preamble and xypic
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.
2016-01-03 13:28:45 +01:00
David Haberthür fe3b2f4d97 Ignore auxiliary files from \usepackage{cprotect}
[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.
2015-12-21 13:55:17 +01:00
Jelte Fennema a32059c07c Tex: Ignore files generated by pdfcomment package
The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
2015-12-11 11:35:40 +01:00
David Haberthür 381a78b8af Adding endfloat.sty auxiliary files
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).
2015-11-16 09:35:14 +01:00
Jesper Utoft b347454db3 Add pythontex intermediade files to Tex.gitignore 2015-11-04 10:56:54 +01:00
Felix Wehnert 2b504e6ba3 Update TeX.gitignore 2015-10-29 09:13:17 +01:00
David Haberthür 2d862c129e Adding more files to ignore when using minitoc
As per http://tex.stackexchange.com/q/258515/828
2015-08-04 10:10:16 +02:00
Maïeul Rouquette 09a2358b7a reledmac use one individual file by series of endnotes : .Aend, .Bend, .Cend etc. See the changelog in reledmac handbook or 7fedc07f5b (diff-60c898960cc69e6fde87e84ddef7d910R11391) 2015-07-18 13:05:19 +02:00
Arne de Laat daa440bce8 Ignore *.auxlock files created by TikZ in TeX
TikZ uses *.auxlock files to check if the main *.aux file is available.
This is only used when using the external tikz library.
2015-06-24 14:02:29 +02:00
Arne de Laat 948a87ffc9 Ignore files created by `\tikzexternalize`
When using TikZ & PGF with:
`\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize`
It creates .dpth and .md5 files for the externalized tikzpictures.
2015-06-24 11:09:57 +02:00
Brendan Forster c25991c139 Merge pull request #1537 from Konfekt/patch-1
include preamble files generated by mylatexformat package
2015-06-24 07:56:26 +09:30
Konfekt 49e7d64fc6 include preamble files generated by mylatexformat package 2015-05-29 12:42:14 +02:00
Jeremy Coatelen d0c5830a25 [Tex] Change *.mtc0 to *.mtc[1-9][0-9]
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]`).
2015-05-15 14:21:22 +02:00
Łukasz Szeremeta 6798c2fb9e Ignore Kile and kBibTeX backup files 2015-04-09 14:59:43 +02:00
Carl Suster 5a46616766 Merge pull request #1411 from ptigwe/master
Ignore auxiliary files for gnuplottex
2015-03-01 13:05:34 +11:00
Gurmeet-Singh b2f2bf499c Added backup files for WinEdt
WinEdt (a popular TEX editor for windows) uses files "*.bak" for backup and "*.sav" for autosave.
2015-03-01 06:00:44 +05:30
Tobenna Peter Igwe 98c0c9d302 Ignore auxiliary files for gnuplottex 2015-02-17 11:23:38 +00:00
maieul 197c5727c5 minted 2.0 makes new files 2015-02-05 14:53:22 +01:00
Rob 9fd651e00f Update TeX.gitignore
*.synctex is generated when the synctex option is used under Windows.
2015-01-13 09:40:43 +01:00
Carl Suster 2a77fa433f Merge pull request #1286 from adamliter/master
Ignore some auxiliary files from knitr
2015-01-07 16:41:23 +11:00
lighght 27f949d77e Add ignore achemso aux file acs-<tex filename>.bib
Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso}
2014-12-20 11:57:43 -05:00
Adam Liter cd7a8530d6
Ignore auxiliary files from knitr 2014-11-19 22:55:34 -05:00