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
# Files from interactive R sessions
.Rproj.user
**/.Rapp.history
**/.Rhistory
# Files generated by aspell
......
......@@ -6,6 +6,7 @@ AUTOCONF_UBUNTU_VERSION
^docs/.*$
^.*\.dll
\.gitkeep$
^.*\.history
^Makefile$
^.*\.o
^.*\.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