mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
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.
This commit is contained in:
parent
7adc93eed2
commit
fe3b2f4d97
1 changed files with 3 additions and 2 deletions
|
@ -32,8 +32,6 @@
|
|||
*.pdfsync
|
||||
|
||||
## Auxiliary and intermediate files from other packages:
|
||||
|
||||
|
||||
# algorithms
|
||||
*.alg
|
||||
*.loa
|
||||
|
@ -49,6 +47,9 @@ acs-*.bib
|
|||
*.snm
|
||||
*.vrb
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
#(e)ledmac/(e)ledpar
|
||||
*.end
|
||||
*.[1-9]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue