Skip to content

Commit 340e2fe

Browse files
authored
Merge pull request #2818 from whisperity/ignore-tex-templategenerated
[TeX] Ignore generated files by 'comment' and 'xcolor' package
2 parents cfd32d9 + a77aaae commit 340e2fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TeX.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ acs-*.bib
6464
# changes
6565
*.soc
6666

67+
# comment
68+
*.cut
69+
6770
# cprotect
6871
*.cpt
6972

@@ -205,6 +208,9 @@ pythontex-files-*/
205208
# easy-todo
206209
*.lod
207210

211+
# xcolor
212+
*.xcp
213+
208214
# xmpincl
209215
*.xmpi
210216

0 commit comments

Comments
 (0)