diff options
author | Oliver Keyes <Ironholds@users.noreply.github.com> | 2014-09-01 12:00:20 -0400 |
---|---|---|
committer | Oliver Keyes <Ironholds@users.noreply.github.com> | 2014-09-01 12:00:20 -0400 |
commit | a40aa51f90ced7782ef5514abde2457c322e110b (patch) | |
tree | 5574772d2dc34087347d8163eac591d725aab6b3 /R.gitignore | |
parent | d17c82b500020dc759a20f86242c576d8c9e8faf (diff) | |
download | gitignore-a40aa51f90ced7782ef5514abde2457c322e110b.tar.gz gitignore-a40aa51f90ced7782ef5514abde2457c322e110b.zip |
Small fix
.Rproj is fine - it's .Rproj.user that needs to go.
Diffstat (limited to 'R.gitignore')
-rw-r--r-- | R.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R.gitignore b/R.gitignore index ea01b082..ca4fabf9 100644 --- a/R.gitignore +++ b/R.gitignore @@ -8,4 +8,4 @@ .Rdata # RStudio files -*.Rproj +.Rproj.user |