Skip to content

Commit

Permalink
[R-package] ignore temp files created by R on Mac (#3388)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Sep 13, 2020
1 parent 0d45ebd commit 3a2686d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ miktex*.zip

# Files from interactive R sessions
.Rproj.user
**/.Rapp.history
**/.Rhistory

# Files generated by aspell
Expand Down
1 change: 1 addition & 0 deletions R-package/.Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AUTOCONF_UBUNTU_VERSION
^docs/.*$
^.*\.dll
\.gitkeep$
^.*\.history
^Makefile$
^.*\.o
^.*\.out
Expand Down

0 comments on commit 3a2686d

Please sign in to comment.