Skip to content
Browse files

Merge pull request #1684 from jimhester/patch-1

Ignore output from R CMD build and R CMD check
  • Loading branch information...
2 parents c3f8105 + 7830ef7 commit 4596d11577ede66021fdba82a1b3215d44042339 @shiftkey shiftkey committed
Showing with 6 additions and 0 deletions.
  1. +6 −0 R.gitignore
View
6 R.gitignore
@@ -8,6 +8,12 @@
# Example code in package build process
*-Ex.R
+# Output files from R CMD build
+/*.tar.gz
+
+# Output files from R CMD check
+/*.Rcheck/
+
# RStudio files
.Rproj.user/

0 comments on commit 4596d11

Please sign in to comment.
Something went wrong with that request. Please try again.