Skip to content

Commit

Permalink
Initial commit including .Rbuildignore and .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnell committed Apr 10, 2018
0 parents commit 66cae1f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.Rprofile$
^under_constr$
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
.Rapp.history
.Rprofile
*.Rproj
src/*.o
src/*.so
src/*.dll
under_constr/src/_test.cpp
under_constr/R/_test.R
under_constr/*.RData
under_constr/data
*.bk
*.desc
under_constr/src/digest_uint8.cpp
under_constr/src/digest_bm.cpp
under_constr/src/bigmatrix.cpp
gfiles
Gac
man
safepug_*.tgz
methods/pcr.pdf
*.pdf

0 comments on commit 66cae1f

Please sign in to comment.