-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitattributes
143 lines (134 loc) · 2.92 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# Copyright (c) 2012 Bryce Adelstein-Lelbach
#
# SPDX-License-Identifier: BSL-1.0
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# Boost Subversion auto-props adapted for git
# Defaults
* text=auto
# Script formats
*.bat text
*.bsh text
*.cgi text
*.cmd text
*.js text
*.php text
*.pl text
*.pm text
*.py text
*.sh text eol=lf
*.cmake text
CMakeLists.txt text
Makefile* text eol=lf
configure text eol=lf
# Image formats
*.bmp binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.tif binary
*.tiff binary
*.svg text
# Archive formats
*.tar binary
*.gz binary
*.tgz binary
*.bz2 binary
*.tbz binary
*.tbz2 binary
*.tb2 binary
*.zip binary
*.7z binary
# Data formats
*.pdf binary
*.avi binary
*.doc binary
*.dsp text eol=crlf
*.dsw text eol=crlf
*.eps binary
*.mov binary
*.mp3 binary
*.mpeg binary
*.mpg binary
*.ppt binary
*.ps binary
*.psd binary
*.swf binary
*.rdf text
*.rss text
*.rtf text
*.sln text
*.vcproj text
*.vsprops text
*.wav binary
# Text formats
*.tex text
*.sty text
*.cls text
*.bib text
.htaccess text
*.bbk text
*.css text
*.dtd text
*.htm text
*.html text
*.ini text
*.log text
*.mak text
*.qbk text
*.rst text
*.sql text
*.txt text
*.xhtml text
*.xml text
*.dbk text
*.docbook text
*.xsd text
*.xsl text
*.xslt text
*.xul text
*.yml text
boost-no-inspect text
CHANGES text
COPYING text
INSTALL text
README text
TODO text
# Source code formats
*.py text
*.c text
*.h text
*.c++ text
*.cpp text
*.cxx text
*.cc text
*.C text
*.h++ text
*.hpp text
*.hxx text
*.hh text
*.H text
*.ipp text
*.tpp text
*.f text
*.F text
*.f77 text
*.F77 text
*.f90 text
*.F90 text
*.for text
*.For text
*.FOR text
*.f95 text
*.F95 text
*.fpp text
*.jam text
Jamfile text
Jamroot text
Jamfile.v2 text
Jamrules text
*.java text
*.glsl text
*.cl text