Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
epijim committed Nov 12, 2016
1 parent b460679 commit fa410fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/src/*.o
/src/*.o-*
/src/*.d
/src/*.so
*.dll
.RData
.Rproj.user
.Rhistory
inst/doc
.httr-oauth
vignettes/*.R
.DS_Store
/.idea
/clion-test.R
*.Rproj

0 comments on commit fa410fd

Please sign in to comment.