diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4345894..3de8439 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,9 @@ *.R text *.Rd text +*.csv text +*.rda binary + DESCRIPTION text LICENSE text NAMESPACE text |