浏览代码

Merge pull request #206 from julian-gehring/master

add gitignore for R
Chris Wanstrath 13 年之前
父节点
当前提交
7e2a415443
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      R.gitignore

+ 5 - 0
R.gitignore

@@ -0,0 +1,5 @@
+# History files
+.Rhistory
+
+# Example code in package build process
+*-Ex.R