add Rbuildignore to avoid compile .o files

This commit is contained in:
hetong007
2015-04-27 17:09:47 -07:00
parent 856a18e457
commit 48bcc021f7
2 changed files with 4 additions and 1 deletions

3
R-package/.Rbuildignore Normal file
View File

@@ -0,0 +1,3 @@
\.o$
\.so$
\.dll$