Unverified Commit 3a2686db authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] ignore temp files created by R on Mac (#3388)

parent 0d45ebd6
...@@ -427,6 +427,7 @@ miktex*.zip ...@@ -427,6 +427,7 @@ miktex*.zip
# Files from interactive R sessions # Files from interactive R sessions
.Rproj.user .Rproj.user
**/.Rapp.history
**/.Rhistory **/.Rhistory
# Files generated by aspell # Files generated by aspell
......
...@@ -6,6 +6,7 @@ AUTOCONF_UBUNTU_VERSION ...@@ -6,6 +6,7 @@ AUTOCONF_UBUNTU_VERSION
^docs/.*$ ^docs/.*$
^.*\.dll ^.*\.dll
\.gitkeep$ \.gitkeep$
^.*\.history
^Makefile$ ^Makefile$
^.*\.o ^.*\.o
^.*\.out ^.*\.out
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment