-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitattributes
71 lines (63 loc) · 1.4 KB
/
.gitattributes
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
############################################
# Lemon Grove #
# https://github.com/tajmone/lemon-grove #
############################################
* text=auto
## Source Files
################
*.c text
*.h text
*.y text
## Make files
#############
[Mm]akefile text eol=lf
[Mm]akefile* text eol=lf
[Mm]akefile.* text eol=lf
## Shell Scripts
################
*.bat text eol=crlf
*.cmd text eol=crlf
*.sh text eol=lf
*.ps1 text eol=crlf
## Documentation Files
######################
*.adoc text
*.asciidoc text
*.docx binary
*.markdown text
*.md text
*.odt binary
*.pdf binary
*.txt text
*COPYRIGHT* text
*README* text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
INSTALL text
license text
LICENSE text
NEWS text
readme text
## Repository Configuration
###########################
.editorconfig text eol=lf
.gitlab-ci.yml text eol=lf
.travis.yml text eol=lf
.gitattributes text eol=lf
.gitconfig text eol=lf
.gitignore text eol=lf
.gitmodules text eol=lf
## Image & Graphics Files
#########################
*.bmp binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.svg binary
# EOF #