Skip to content

Commit

Permalink
update rbuildignore, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin H. Fifield committed Dec 9, 2016
1 parent 53ea025 commit 875d541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
README.md
.git
.gitignore
*.git
*.gitignore
*.o
*.so
*.travis.yml
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
redist/src/*.so
redist/src/*.o
*.so
*.o
*.rds
/redist/R/RcppExports.R
/redist/src/RcppExports.cpp
.DS_Store
Expand Down

0 comments on commit 875d541

Please sign in to comment.