-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitattributes
More file actions
54 lines (51 loc) · 1.54 KB
/
Copy path.gitattributes
File metadata and controls
54 lines (51 loc) · 1.54 KB
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
# ------------------------------------------------------------------------------
# TEXT FILES
# ------------------------------------------------------------------------------
*.ada text eol=lf
*.adb text eol=lf
*.adb-debug text eol=lf
*.adc text eol=lf
*.ads text eol=lf
*.ads-debug text eol=lf
*.bnf text eol=lf
*.c text eol=lf
*.empty text eol=lf
*.float text eol=lf
*.gitignore text eol=lf
*.gpr text eol=lf
*.idx text eol=lf
*.latex text eol=lf
*.lines text eol=lf
*.md text eol=lf
*.profile text eol=lf
*.py text eol=lf
*.rev text eol=lf
*.rs text eol=lf
*.rst text eol=lf
*.rules text eol=lf
*.sample text eol=lf
*.sh text eol=lf
*.sty text eol=lf
*.svg text eol=lf
*.toml text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
# ------------------------------------------------------------------------------
# WINDOWS SCRIPTS
# ------------------------------------------------------------------------------
*.bat text eol=crlf
# ------------------------------------------------------------------------------
# BINARY FILES
# ------------------------------------------------------------------------------
*.bmp binary
*.db binary
*.dotm binary
*.jpeg binary
*.jpg binary
*.pack binary
*.pdf binary
*.png binary
*.potx binary
*.unsigned binary