diff options
author | Tim Grilley <tjgrilley@gmail.com> | 2014-02-27 07:06:43 -0600 |
---|---|---|
committer | Tim Grilley <tjgrilley@gmail.com> | 2014-02-27 07:06:43 -0600 |
commit | bc403c8675cc9b38d215998b50c0eae57a8aa5df (patch) | |
tree | ee7ef66733ee3ac5382b0dac95103e11c834132d /TeX.gitignore | |
parent | 1f8466164330277fc8c9126ded3cc207ff3baf91 (diff) | |
download | gitignore-bc403c8675cc9b38d215998b50c0eae57a8aa5df.tar.gz gitignore-bc403c8675cc9b38d215998b50c0eae57a8aa5df.zip |
TeX.gitignore - Updated to include ignores for intermediate sagetex and sympytex files
Diffstat (limited to 'TeX.gitignore')
-rw-r--r-- | TeX.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TeX.gitignore b/TeX.gitignore index f19b71f3..ee1e9f17 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -77,3 +77,14 @@ # xindy *.xdy + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + |