We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5778fde commit 7830ef7Copy full SHA for 7830ef7
1 file changed
R.gitignore
@@ -5,6 +5,12 @@
5
# Example code in package build process
6
*-Ex.R
7
8
+# Output files from R CMD build
9
+/*.tar.gz
10
+
11
+# Output files from R CMD check
12
+/*.Rcheck/
13
14
# RStudio files
15
.Rproj.user/
16
0 commit comments