Subversion Repositories filter_foundry

Rev

Rev 371 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 371 Rev 372
Line 7... Line 7...
7
 
7
 
8
# Vendored
8
# Vendored
9
LICENSE*.* linguist-vendored
9
LICENSE*.* linguist-vendored
10
 
10
 
11
# File types (text/binary, EOL, language, documentation)
11
# File types (text/binary, EOL, language, documentation)
-
 
12
#.8bf binary
-
 
13
#.afs text eol=cr
-
 
14
#.ai binary
-
 
15
#.bat text eol=crlf linguist-language=Batchfile
-
 
16
#.bin binary
-
 
17
#.bmp binary
-
 
18
#.c text eol=crlf linguist-language=C
-
 
19
#.cpp text eol=crlf linguist-language=C++
-
 
20
#.csv text eol=crlf
-
 
21
#.cur binary
-
 
22
#.def text eol=crlf
-
 
23
#.dll binary
-
 
24
#.docx binary linguist-documentation
-
 
25
#.exe binary
-
 
26
#.exp text eol=crlf
-
 
27
#.ffx binary
-
 
28
#.h text eol=crlf linguist-language=C
-
 
29
#.hpp text eol=crlf linguist-language=C++
-
 
30
#.html text eol=crlf linguist-language=HTML
-
 
31
#.ico binary
-
 
32
#.jpg binary
-
 
33
#.l text eol=crlf linguist-language=Lex
-
 
34
#Makefile.mac text eol=lf linguist-language=Makefile
-
 
35
#.mak text eol=crlf linguist-language=Makefile
-
 
36
#FilterFoundry.make text eol=lf linguist-language=Makefile
-
 
37
#.mcp binary
-
 
38
#.md text eol=crlf linguist-language=Markdown linguist-documentation
-
 
39
#.pdf binary linguist-documentation
-
 
40
#.pff text eol=cr
-
 
41
#.plist text eol=lf
-
 
42
#.png binary
-
 
43
#.prm binary
-
 
44
#.psd binary
-
 
45
#.r text eol=crlf linguist-language=R
-
 
46
#.rc text eol=crlf
-
 
47
#.sln text eol=crlf
-
 
48
#.svg binary
-
 
49
#.tgt text eol=crlf
-
 
50
#.txt text eol=crlf linguist-language=Text linguist-documentation
-
 
51
#.vcxproj text eol=crlf
-
 
52
#Makefile.win text eol=crlf linguist-language=Makefile
-
 
53
#.wpj text eol=crlf
-
 
54
#.xlsx binary
-
 
55
#.xml text eol=crlf linguist-language=XML
-
 
56
#.y text eol=crlf linguist-language=Yacc
-
 
57
#.yy text eol=crlf linguist-language=Yacc
-
 
58
 
-
 
59
# Without "eol" (AFS and PFF are binary since eol=cr is not supported):
-
 
60
# see https://lore.kernel.org/git/77aacb3b44523223c7647bdae1702a31@daniel-marschall.de/
12
*.8bf binary
61
*.8bf binary
13
*.afs text eol=cr
62
*.afs binary
14
*.ai binary
63
*.ai binary
15
*.bat text eol=crlf linguist-language=Batchfile
64
*.bat text=auto linguist-language=Batchfile
16
*.bin binary
65
*.bin binary
17
*.bmp binary
66
*.bmp binary
18
*.c text eol=crlf linguist-language=C
67
*.c text=auto linguist-language=C
19
*.cpp text eol=crlf linguist-language=C++
68
*.cpp text=auto linguist-language=C++
20
*.csv text eol=crlf
69
*.csv text=auto
21
*.cur binary
70
*.cur binary
22
*.def text eol=crlf
71
*.def text=auto
23
*.dll binary
72
*.dll binary
24
*.docx binary linguist-documentation
73
*.docx binary linguist-documentation
25
*.exe binary
74
*.exe binary
26
*.exp text eol=crlf
75
*.exp text=auto
27
*.ffx binary
76
*.ffx binary
28
*.h text eol=crlf linguist-language=C
77
*.h text=auto linguist-language=C
29
*.hpp text eol=crlf linguist-language=C++
78
*.hpp text=auto linguist-language=C++
30
*.html text eol=crlf linguist-language=HTML
79
*.html text=auto linguist-language=HTML
31
*.ico binary
80
*.ico binary
32
*.jpg binary
81
*.jpg binary
33
*.l text eol=crlf linguist-language=Lex
82
*.l text=auto linguist-language=Lex
34
Makefile.mac text eol=lf linguist-language=Makefile
83
Makefile.mac text=auto linguist-language=Makefile
35
*.mak text eol=crlf linguist-language=Makefile
84
*.mak text=auto linguist-language=Makefile
36
FilterFoundry.make text eol=lf linguist-language=Makefile
85
FilterFoundry.make text=auto linguist-language=Makefile
37
*.mcp binary
86
*.mcp binary
38
*.md text eol=crlf linguist-language=Markdown linguist-documentation
87
*.md text=auto linguist-language=Markdown linguist-documentation
39
*.pdf binary linguist-documentation
88
*.pdf binary linguist-documentation
40
*.pff text eol=cr
89
*.pff binary
41
*.plist text eol=lf
90
*.plist text=auto
42
*.png binary
91
*.png binary
43
*.prm binary
92
*.prm binary
44
*.psd binary
93
*.psd binary
45
*.r text eol=crlf linguist-language=R
94
*.r text=auto linguist-language=R
46
*.rc text eol=crlf
95
*.rc text=auto
47
*.sln text eol=crlf
96
*.sln text=auto
48
*.svg binary
97
*.svg binary
49
*.tgt text eol=crlf
98
*.tgt text=auto
50
*.txt text eol=crlf linguist-language=Text linguist-documentation
99
*.txt text=auto linguist-language=Text linguist-documentation
51
*.vcxproj text eol=crlf
100
*.vcxproj text=auto
52
Makefile.win text eol=crlf linguist-language=Makefile
101
Makefile.win text=auto linguist-language=Makefile
53
*.wpj text eol=crlf
102
*.wpj text=auto
54
*.xlsx binary
103
*.xlsx binary
55
*.xml text eol=crlf linguist-language=XML
104
*.xml text=auto linguist-language=XML
56
*.y text eol=crlf linguist-language=Yacc
105
*.y text=auto linguist-language=Yacc
57
*.yy text eol=crlf linguist-language=Yacc
106
*.yy text=auto linguist-language=Yacc