107 Commits

Author SHA1 Message Date
Daniel Jakob
10963b6fad
Update TeX.gitignore to capture .pygtex and .pygstyle
When minted is ran with caching enabled, two file types are created used in the caching process, .pgytex and .pygstyle.
These were not being captured before pull request.

https://tug.ctan.org/macros/latex/contrib/minted/minted.pdf .pygtex files are discussed in the section 8.3 of the implementation portion of the  documentation and .pygstyle is mentioned in section 8.5.
2023-04-29 13:25:46 +01:00
Brian Douglas
362abacebe
Merge pull request #3752 from lafeychine/TikZplot
Gnuplot ignored in TeX.gitignore
2021-12-10 16:02:53 -08:00
Brian Douglas
b528200423
Merge pull request #3857 from janniklasrose/patch-1
Add .ptc to TeX.gitignore
2021-12-10 16:02:02 -08:00
Brian Douglas
8fb6727126
Merge pull request #3544 from schtandard/latex_svg
Add svg temporary files
2021-12-10 16:01:15 -08:00
Brian Douglas
a2d2775d20
Merge pull request #3356 from afcuttin/glossaries-files
added file extensions when glossaries is loaded with "symbols" option
2021-12-04 12:01:42 -08:00
Jan N Rose
83a3e82b4e
Update TeX.gitignore
Add .ptc extension (partial toc) from titletoc package
2021-10-13 16:42:34 +02:00
Vincent Lafeychine
68f7db42df GNU plot ignored in TeX.gitignore 2021-06-03 19:48:49 +00:00
Brian Douglas
f26f4b12b9
Merge pull request #3669 from koppor/patch-2
Add newpax
2021-05-07 11:09:30 -07:00
Andrew Dunning
81297a6c42
Add missing extension for GregorioTeX 2021-04-21 19:53:11 +01:00
Oliver Kopp
6b89235c5a
Add newpax 2021-03-06 14:11:49 +01:00
schtandard
cba2455e53 Add svg temporary files
The svg package creates two temporary files for each .svg file that is
included in the document (one .pdf file and one .pdf_tex file). These
are placed into a subfolder called svg-inkscape/ by default.
2020-10-09 12:26:48 +02:00
Benjamin Buch
6935207fef
ignore .xwm generated by xwatermark package in TeX (#3412) 2020-05-19 09:19:39 -03:00
Alessandro Cuttin
e00e3cc6cd added file extensions when glossaries is loaded with "symbols" option 2020-03-28 21:20:04 +01:00
Bart Verhagen
d650516d96
Changed TeX to not ignore tikz files by default. (#3320) 2020-02-25 08:54:06 -04:00
Henri Menke
eed88c1c79 TeX: Ignore REVTeX generated Notes.bib files (#3286) 2020-01-20 16:34:00 -04:00
Aikhjarto
b58b5341d3 exclude *.tps files from TeXnicCenter (#3213)
TeXnicCenter produces a status file named *.tps which holds information on currently open *.tex files and window positions. This most likely should not be checked in.
2019-11-08 17:12:40 -04:00
qogn9daohs1
a200716606 Ignore gummi previews (#3144) 2019-08-07 09:09:56 -03:00
Vanya Kapitonov
1bf740f9e8 Added more glossaries auxiliary files and makeindex logs to TeX template (#3104) 2019-07-22 14:55:00 -03:00
Ryan Kavanagh
7aec8fdf32 Ignore *.xyd outline files generated by xy LaTeX package (#3088)
The xy package generates *.xyd files whenever the commands

    \MakeOutlines
    \OnlyOutlines
    \ShowOutlines
    \NoOutlines

are present in the LaTeX source. These automatically-generated files
contain the dimensions of figures typeset with xy and are recreated as
needed. This is documented on pp. 15f. of the XY-pic Reference Manual
(1999/02/16).

As automatically-generated, temporary files, they should be ignored.
2019-06-23 10:15:37 -03:00
Anton Sakovich
65398389a9 Make ignoring .ist files for glossaries-extra ... (#3066)
package not interfere with makeindex's style files
2019-05-22 08:45:42 -03:00
Mohammad Hizzani
6cb96f4a6e add the ist file generated by glossaries-extra package (#3056) 2019-05-16 17:35:05 -03:00
Anton Sakovich
293863c96e Delete .ist from TeX.gitignore (#3040)
.ist files are makeindex style files, which determine how a
makeindex-generated index will look like. Therefore, they must be
included in source control.
2019-04-24 11:10:33 -03:00
taroxd
2aabd7b034 Ignore files generated by luatexja-ruby (#2996) 2019-03-13 09:35:57 -03:00
Arnaud Rocher
da37cecbd4
[TeX] Ignore generated files by 'vhistory' package
The `vhistory` package generates two files, with `.hst` and `.ver` extensions.
2018-11-09 10:42:08 +01:00
Whisperity
a77aaae89d [TeX] Ignore generated files by 'comment' and 'xcolor' package 2018-09-21 14:39:06 +02:00
muzimuzhi
e98611a344
Added *.listing extension to TeX.gitignore
This is the default extension the package "tcolorbox" may generate. The actual extension may be changed by key "listing file" provided by "tcolorbox".
2018-08-22 01:26:44 +08:00
Andy H3
5cd48ab642
Update TeX.gitignore 2018-07-05 11:37:53 +07:00
Andy H3
197804c87e
Update TeX.gitignore
Added LyX editor backup file extension: i,e .lyx~
2018-07-05 11:36:02 +07:00
John Vandenberg
0a79a25cc5 Revert "adding exception for *.spl from elsarticle.cls"
This reverts commit d878f04545852bc876c40f48e19dabbf184d052e.
2018-06-18 12:31:31 +07:00
Yin Li
47fd588296 Add latexrun default directory for auxiliary files 2018-05-12 10:29:57 -07:00
Thomas Ferreira de Lima
d878f04545
adding exception for *.spl from elsarticle.cls 2018-04-29 23:13:19 -04:00
Oliver Kopp
def46d4fa1
Ignore generated *.xmpi files
Source: https://texdoc.net/pkg/xmpincl -> page 3:

> basically create a new file .xmpi
2018-04-13 16:28:46 +02:00
Jonas Lemke
65bbc26647 Added *.nlo and *.nls extensions to TeX.gitignore 2018-04-10 14:55:14 +02:00
Wesley T. Honeycutt
c4ed4015e6 Added htlatex for TeX.gitignore 2018-03-01 19:38:51 -06:00
Felipe Meneguzzi
4cd348e321
Update TeX.gitignore
Added a temporary file used in MacTeX
2018-01-16 09:24:56 -02:00
Thi Minh Nhựt
825714ceda Add *.sta (standalone packages) for TeX (#2484) 2017-11-29 12:00:43 +11:00
Chris Mower
28372f7d3b TeX.gitignore modification for Emacs users (#2491)
* without . the auto directory is still considered for commits

* small addition that ensures all Emacs-Lisp files (.el files) are ignored
2017-11-29 11:51:19 +11:00
Niklas Holm
2e94cf6baf Add extended DVI (XDV) to TeX.gitignore 2017-06-26 17:57:23 +02:00
Piotr Orzechowski
1b5fb77c1c Add pdfpc files to Tex.gitignore
The presentation software pdfpc [1] (which is handy for latex beamer slides) supports additional notes on the secondary screen provided by *.pdfpc files.
These can be autogenerated from latex documents with the pdfpcnotes package [2], thus should be ignored in a latex project (but not in others where they could have been created manually).

[1] https://pdfpc.github.io/
[2] https://github.com/cebe/pdfpc-latex-notes
2017-03-31 19:36:59 +02:00
Mart Lubbers
c70633efba TeX: remove duplicates 2017-02-28 11:27:43 +01:00
Oliver Kopp
ca5a58fae6 Update TeX.gitignore
minitoc also generates .stc, .slf, and .slt files
2017-02-16 11:06:57 +01:00
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