-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
49 lines (43 loc) · 2.12 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
# THIS IS ONLY FOR THE gitattributes REPOSITORY.
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
#* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.gitattributes text linguist-language=gitattributes export-ignore
.gitignore text export-ignore
*.md text diff=markdown linguist-detectable
*.txt text diff=text linguist-detectable
# Language attributes for RISC OS files:
*.pdf -text
doc/** linguist-documentation
*,102 text diff=perl linguist-language=perl
*,a73 text diff=python linguist-language=python
*,a74 text diff=python linguist-language=python
*,a75 text diff=python linguist-language=python
*,18c text diff=lua linguist-language=lua
*,fe1 text diff=makefile linguist-language=makefile
*,fff text diff=text linguist-language=text
*,ffb text diff=bbcbasic linguist-language=bbcbasic
*,fd1 text diff=bbcbasic linguist-language=bbcbasic
src/**/c/* text diff=c linguist-language=c
src/**/h/* text diff=c linguist-language=c
src/**/c++/* text diff=cpp linguist-language=cpp
src/**/cpp/* text diff=cpp linguist-language=cpp
src/**/bas/* text diff=bbcbasic linguist-language=bbcbasic
src/**/s/* text diff=armasm linguist-language=assembly
src/**/Hdr/* text diff=armasm linguist-language=assembly
src/**/fth/* text diff=forth linguist-language=forth
src/**/p/* text diff=prolog linguist-language=prolog
tests/**/c/* text diff=c linguist-language=c
tests/**/h/* text diff=c linguist-language=c
tests/**/c++/* text diff=cpp linguist-language=cpp
tests/**/cpp/* text diff=cpp linguist-language=cpp
tests/**/bas/* text diff=bbcbasic linguist-language=bbcbasic
tests/**/Hdr/* text diff=armasm linguist-language=assembly
tests/**/s/* text diff=armasm linguist-language=assembly
tests/**/fth/* text diff=forth linguist-language=forth
tests/**/p/* text diff=prolog linguist-language=prolog
VersionNum linguist-language=c gitlab-language=c