Subversion Repositories filter_foundry

Rev

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

Rev 358 Rev 359
Line 1... Line 1...
1
LICENSE*.* linguist-vendored
1
# GIT files
2
 
-
 
3
.gitattributes text eol=lf
2
.gitattributes text eol=lf
4
.gitignore text eol=lf
3
.gitignore text eol=lf
5
#.gitconfig text eol=lf
4
#.gitconfig text eol=lf
6
#.gitmodules text eol=lf
5
#.gitmodules text eol=lf
7
.gitkeep text eol=lf
6
.gitkeep text eol=lf
8
 
7
 
-
 
8
# Vendored
-
 
9
LICENSE*.* linguist-vendored
-
 
10
 
-
 
11
# File types (text/binary, EOL, language, documentation)
9
*.8bf binary
12
*.8bf binary
10
*.afs text eol=cr
13
*.afs text eol=cr
11
*.ai binary
14
*.ai binary
12
*.bat text eol=crlf linguist-language=Batchfile
15
*.bat text eol=crlf linguist-language=Batchfile
13
*.bin binary
16
*.bin binary
Line 16... Line 19...
16
*.cpp text eol=crlf linguist-language=C++
19
*.cpp text eol=crlf linguist-language=C++
17
*.csv text eol=crlf
20
*.csv text eol=crlf
18
*.cur binary
21
*.cur binary
19
*.def text eol=crlf
22
*.def text eol=crlf
20
*.dll binary
23
*.dll binary
21
*.docx binary
24
*.docx binary linguist-documentation
22
*.exe binary
25
*.exe binary
23
*.exp text eol=crlf
26
*.exp text eol=crlf
24
*.h text eol=crlf linguist-language=C
27
*.h text eol=crlf linguist-language=C
25
*.hpp text eol=crlf linguist-language=C++
28
*.hpp text eol=crlf linguist-language=C++
26
*.html text eol=crlf linguist-language=HTML
29
*.html text eol=crlf linguist-language=HTML
Line 29... Line 32...
29
*.l text eol=crlf linguist-language=Lex
32
*.l text eol=crlf linguist-language=Lex
30
Makefile.mac text eol=lf linguist-language=Makefile
33
Makefile.mac text eol=lf linguist-language=Makefile
31
*.mak text eol=crlf linguist-language=Makefile
34
*.mak text eol=crlf linguist-language=Makefile
32
FilterFoundry.make text eol=lf linguist-language=Makefile
35
FilterFoundry.make text eol=lf linguist-language=Makefile
33
*.mcp binary
36
*.mcp binary
34
*.md text eol=crlf linguist-language=Markdown
37
*.md text eol=crlf linguist-language=Markdown linguist-documentation
35
*.pdf binary
38
*.pdf binary linguist-documentation
36
*.pff text eol=cr
39
*.pff text eol=cr
37
*.plist text eol=lf
40
*.plist text eol=lf
38
*.png binary
41
*.png binary
39
*.prm binary
42
*.prm binary
40
*.psd binary
43
*.psd binary
41
*.r text eol=crlf linguist-language=R
44
*.r text eol=crlf linguist-language=R
42
*.rc text eol=crlf
45
*.rc text eol=crlf
43
*.sln text eol=crlf
46
*.sln text eol=crlf
44
*.svg binary
47
*.svg binary
45
*.tgt text eol=crlf
48
*.tgt text eol=crlf
46
*.txt text eol=crlf
49
*.txt text eol=crlf linguist-language=Text linguist-documentation
47
*.vcxproj text eol=crlf
50
*.vcxproj text eol=crlf
48
Makefile.win text eol=crlf linguist-language=Makefile
51
Makefile.win text eol=crlf linguist-language=Makefile
49
*.wpj text eol=crlf
52
*.wpj text eol=crlf
50
*.xlsx binary
53
*.xlsx binary
51
*.xml text eol=crlf linguist-language=XML
54
*.xml text eol=crlf linguist-language=XML