Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
3a2686db
Unverified
Commit
3a2686db
authored
Sep 13, 2020
by
James Lamb
Committed by
GitHub
Sep 13, 2020
Browse files
[R-package] ignore temp files created by R on Mac (#3388)
parent
0d45ebd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.gitignore
.gitignore
+1
-0
R-package/.Rbuildignore
R-package/.Rbuildignore
+1
-0
No files found.
.gitignore
View file @
3a2686db
...
...
@@ -427,6 +427,7 @@ miktex*.zip
# Files from interactive R sessions
.Rproj.user
**/.Rapp.history
**/.Rhistory
# Files generated by aspell
...
...
R-package/.Rbuildignore
View file @
3a2686db
...
...
@@ -6,6 +6,7 @@ AUTOCONF_UBUNTU_VERSION
^docs/.*$
^.*\.dll
\.gitkeep$
^.*\.history
^Makefile$
^.*\.o
^.*\.out
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment