Subversion Repositories filter_foundry

Rev

Rev 372 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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