From 1f8466164330277fc8c9126ded3cc207ff3baf91 Mon Sep 17 00:00:00 2001 From: Tim Grilley Date: Thu, 27 Feb 2014 06:45:11 -0600 Subject: [PATCH 1/3] R.gitignore - Added .Rdata files --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 From bc403c8675cc9b38d215998b50c0eae57a8aa5df Mon Sep 17 00:00:00 2001 From: Tim Grilley Date: Thu, 27 Feb 2014 07:06:43 -0600 Subject: [PATCH 2/3] TeX.gitignore - Updated to include ignores for intermediate sagetex and sympytex files --- TeX.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) 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/ + From b27768efcd8d8964646495b947246c0201b5abf4 Mon Sep 17 00:00:00 2001 From: Tim Grilley Date: Fri, 28 Feb 2014 11:16:13 -0600 Subject: [PATCH 3/3] Update TeX.gitignore to be in alphabetical order --- TeX.gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index ee1e9f17..24052950 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -72,12 +72,6 @@ # nomencl *.nlo -# todonotes -*.tdo - -# xindy -*.xdy - # sagetex *.sagetex.sage *.sagetex.py @@ -88,3 +82,10 @@ *.sympy sympy-plots-for-*.tex/ +# todonotes +*.tdo + +# xindy +*.xdy + +