diff options
author | Carl Suster <carl@contraflo.ws> | 2014-03-21 12:20:29 +1100 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-03-21 12:20:29 +1100 |
commit | 65196929c4f755e52db83358bd29e96b021e2e58 (patch) | |
tree | 80ff3ddd1dd918e6a5c2a799d60547da105bfa97 | |
parent | 4cd753fd0ee91cde69df065974ecdc74602b8ca9 (diff) | |
parent | b27768efcd8d8964646495b947246c0201b5abf4 (diff) | |
download | gitignore-65196929c4f755e52db83358bd29e96b021e2e58.tar.gz gitignore-65196929c4f755e52db83358bd29e96b021e2e58.zip |
Merge pull request #967 from tjgrilley/tex-R-updates
Rules for TeX packages sagetex and sympytex; Rdata
-rw-r--r-- | R.gitignore | 3 | ||||
-rw-r--r-- | TeX.gitignore | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/R.gitignore b/R.gitignore index a0fd3b34..9a1509d5 100644 --- a/R.gitignore +++ b/R.gitignore @@ -3,3 +3,6 @@ # Example code in package build process *-Ex.R + +# R data files from past sessions +.Rdata diff --git a/TeX.gitignore b/TeX.gitignore index f19b71f3..24052950 100644 --- a/TeX.gitignore +++ b/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 + + |