-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (33 loc) · 860 Bytes
/
.gitattributes
File metadata and controls
37 lines (33 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# See https://help.github.com/articles/dealing-with-line-endings
# Auto detect text files and perform LF normalization
* text=auto
# Committed text files that are stored with LF and converted to native line endings on checkout.
*.bib text
*.csv text
*.f text
*.inc text
*.kml text
*.md text
*.R text
*.Rd text
*.Rmd text
*.Rnw text
*.tex text
*.txt text
*.xml text
.gitattributes text
.gitignore text
.Rbuildignore text
inst/CITATION text
DESCRIPTION text
LICENSE.note text
NAMESPACE text
NEWS text
# Text files that should always have LF line endings on checkout.
src/Makevars text eol=lf
# Files that are binary and should not be modified.
*.exe binary
*.pdf binary
*.rda binary
*.tif binary
*.zip binary