Skip to content

Commit 6519692

Browse files
committed
Merge pull request #967 from tjgrilley/tex-R-updates
Rules for TeX packages sagetex and sympytex; Rdata
2 parents 4cd753f + b27768e commit 6519692

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

R.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33

44
# Example code in package build process
55
*-Ex.R
6+
7+
# R data files from past sessions
8+
.Rdata

TeX.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,20 @@
7272
# nomencl
7373
*.nlo
7474

75+
# sagetex
76+
*.sagetex.sage
77+
*.sagetex.py
78+
*.sagetex.scmd
79+
80+
# sympy
81+
*.sout
82+
*.sympy
83+
sympy-plots-for-*.tex/
84+
7585
# todonotes
7686
*.tdo
7787

7888
# xindy
7989
*.xdy
90+
91+

0 commit comments

Comments
 (0)