[R] avoid leaving test files behind (#8685)

This commit is contained in:
James Lamb
2023-01-15 09:34:54 -06:00
committed by GitHub
parent e7d612d22c
commit e227abc57a
3 changed files with 11 additions and 4 deletions

6
.gitignore vendored
View File

@@ -143,3 +143,9 @@ demo/**/*.txt
.hypothesis
__MACOSX/
model*.json
# R tests
*.libsvm
*.rds
Rplots.pdf
*.zip