forked from boostorg/gil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
57 lines (49 loc) · 1.32 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
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto !eol
*.gitattributes text eol=lf
# Code
*.cpp text !eol
*.hpp text !eol
*.ipp text !eol
# Boost.Build
*.jam text eol=lf
Jamfile text eol=lf
Jamfile.v2 text eol=lf
Jamroot text eol=lf
boost-no-inspect text
# CMake
*.cmake text eol=lf
CMakeLists.txt text eol=lf
# Documentation
*.md text eol=lf
*.rst text eol=lf
*.qbk text eol=lf
# Images
*.bmp binary
*.gif binary -delta
*.jpeg binary -delta
*.jpg binary -delta
*.pbm binary
*.pgm binary
*.ppm binary
*.png binary -delta
*.pnm binary
*.raw binary
*.tga binary
*.tif binary
*.tiff binary
*.svg text
# Scripts
*.bat text eol=crlf
*.cmd text eol=crlf
*.py text eol=lf
*.sh text eol=lf
# Texts
.htaccess text eol=lf
*.css text
*.htm text
*.html text
*.txt text
*.yml text
# sanitizers suppression
*.supp text eol=lf