forked from CRAVA/crava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
48 lines (40 loc) · 1.16 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
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.hpp text
*.c text
*.h text
*.cc text
*.pl text
*.m text
*.py text
Makefile text
Makeheader text
*.mk text
*.xml text
*.txt text
*.tex text
*.sty text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.gif binary
*.png binary
*.jpg binary
*.eps binary
*.doc binary
*.docx binary
*.pdf binary
*.sgy binary
*.segy binary
*.storm binary
*.Sgri binary
*.tar binary
*.gz binary
*.tgz binary
*.crava binary