add Rbuildignore to avoid compile .o files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -53,7 +53,7 @@ xgboost.mpi
|
||||
xgboost.mock
|
||||
train*
|
||||
rabit
|
||||
.Rbuildignore
|
||||
#.Rbuildignore
|
||||
R-package.Rproj
|
||||
*.cache*
|
||||
R-package/inst
|
||||
|
||||
3
R-package/.Rbuildignore
Normal file
3
R-package/.Rbuildignore
Normal file
@@ -0,0 +1,3 @@
|
||||
\.o$
|
||||
\.so$
|
||||
\.dll$
|
||||
Reference in New Issue
Block a user