Commit 7830ef7b authored by Jim Hester's avatar Jim Hester

Ignore output from R CMD build and R CMD check

Both rules are restricted to the top level only, so `*.tar.gz` files in data directories for instance will _not_ be ignored.
parent 5778fded
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
# Example code in package build process # Example code in package build process
*-Ex.R *-Ex.R
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# RStudio files # RStudio files
.Rproj.user/ .Rproj.user/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment