Skip to content

Commit 37bc331

Browse files
committed
use standard .gitignore
1 parent 16d32cd commit 37bc331

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.gitignore

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
*.o
2-
.Rproj.user
32
*.dll
43
*.Rproj
54
*.Rhistory
5+
.Rapp.history
6+
.RData
7+
*-Ex.R
8+
/*.tar.gz
9+
/*.Rcheck/
10+
.Rproj.user/
11+
vignettes/*.html
12+
vignettes/*.pdf
13+
.httr-oauth
14+
/*_cache/
15+
/cache/
16+
*.utf8.md
17+
*.knit.md
18+
.Rproj.user

0 commit comments

Comments
 (0)