From 081da8c5ded9a58cd10952c53bf3de1d0615df04 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Mon, 12 Oct 2020 08:58:22 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d663473..d6e7525 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,37 @@ +### + # GitIgnore file for R Language projects. + # See https://git-scm.com/docs/gitignore for documentation. + # + # https://git.brandon-rodriguez.com/other/gitignore + # Version 1.0 + ## -# Do not track auto-generated files. -.~lock.* -*.aux -*.synctex.gz + +# Ignore environment settings. +.Rproj.user/ +.Rapp.history +.RData +.Rhistory +.Ruserdata + + +# Ignore temporary files. +[Tt]emp/ +[Tt]empfiles/ +[Tt]emp_files/ +*.tmp +*.temp -# Do not track local environment logs. +# Ignore logfiles. +[Ll]og/ +[Ll]ogs/ *.log *.log.* + + +# Ignore generated LaTeX files. +.~lock.* +*.aux +*.synctex +*.synctex.gz -- GitLab