From 91aee601ed72538b38c7e7262c5b149533b1aa84 Mon Sep 17 00:00:00 2001 From: Howard L Frederick Date: Tue, 5 Jul 2022 17:39:20 +0300 Subject: [PATCH] updated gitignore --- .gitignore | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) mode change 100644 => 100755 .gitignore diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 97aec02..99e57e5 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,21 @@ +# Prevent users to commit their own .RProj +.Rproj .Rproj.user .Rhistory .RData .Ruserdata -.Rproj -.DS_Store + +# Temporary files +*~ +~$*.doc* +~$*.xls* +*.xlk +~$*.ppt* + +# Prevent mac users from committing .DS_Store files +*.DS_Store + +# Prevent users to commit the README files created by RStudio +*README.html +*README_cache/ +#*README_files/