From c268950b2baa40ad951289f6189ee88ef1b95ea1 Mon Sep 17 00:00:00 2001 From: Sinan Shi Date: Mon, 26 Sep 2016 10:20:10 +0100 Subject: [PATCH] fixing gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aff423a..bebd5cd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ ..Rcheck # Session Data files -.RData +*.RData # Example code in package build process *-Ex.R @@ -23,4 +23,4 @@ vignettes/*.html vignettes/*.pdf # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 -.httr-oauth +*.httr-oauth