浏览代码

Merge pull request #967 from tjgrilley/tex-R-updates

Rules for TeX packages sagetex and sympytex; Rdata
Carl Suster 11 年之前
父节点
当前提交
65196929c4
共有 2 个文件被更改,包括 15 次插入0 次删除
  1. 3 0
      R.gitignore
  2. 12 0
      TeX.gitignore

+ 3 - 0
R.gitignore

@@ -3,3 +3,6 @@
 
 # Example code in package build process
 *-Ex.R
+
+# R data files from past sessions
+.Rdata

+ 12 - 0
TeX.gitignore

@@ -72,8 +72,20 @@
 # nomencl
 *.nlo
 
+# sagetex
+*.sagetex.sage
+*.sagetex.py
+*.sagetex.scmd
+
+# sympy
+*.sout
+*.sympy
+sympy-plots-for-*.tex/
+
 # todonotes
 *.tdo
 
 # xindy
 *.xdy
+
+