|
1 |
| -src/c/** gitlab-language=c linguist-language=c linguist-detectable=true |
2 |
| -src/h/** gitlab-language=c linguist-language=c linguist-detectable=true |
3 |
| -src/c++/** gitlab-language=cpp linguist-language=cpp linguist-detectable=true |
4 |
| -src/cpp/** gitlab-language=cpp linguist-language=cpp linguist-detectable=true |
5 |
| -src/bas/** gitlab-language=bbcbasic linguist-language=bbcbasic linguist-detectable=true |
6 |
| -src/s/** gitlab-language=armasm linguist-language=assembly linguist-detectable=true |
7 |
| -src/Hdr/** gitlab-language=armasm linguist-language=assembly linguist-detectable=true |
8 |
| -src/fth/** gitlab-language=forth linguist-language=forth linguist-detectable=true |
9 |
| -src/p/** gitlab-language=prolog linguist-language=prolog linguist-detectable=true |
10 |
| -tests/**/c/** gitlab-language=c linguist-language=c linguist-detectable=true |
11 |
| -tests/**/h/** gitlab-language=c linguist-language=c linguist-detectable=true |
12 |
| -tests/**/c++/** gitlab-language=cpp linguist-language=cpp linguist-detectable=true |
13 |
| -tests/**/cpp/** gitlab-language=cpp linguist-language=cpp linguist-detectable=true |
14 |
| -tests/**/bas/** gitlab-language=bbcbasic linguist-language=bbcbasic linguist-detectable=true |
15 |
| -tests/**/Hdr/** gitlab-language=armasm linguist-language=assembly linguist-detectable=true |
16 |
| -tests/**/s/** gitlab-language=armasm linguist-language=assembly linguist-detectable=true |
17 |
| -tests/**/fth/** gitlab-language=forth linguist-language=forth linguist-detectable=true |
18 |
| -tests/**/p/** gitlab-language=prolog linguist-language=prolog linguist-detectable=true |
19 |
| -**,fe1 gitlab-language=make linguist-language=makefile linguist-detectable=true |
20 |
| -**,fff gitlab-language=text linguist-language=text linguist-detectable=true |
21 |
| -**,ffb gitlab-language=bbcbasic linguist-language=bbcbasic linguist-detectable=true |
22 |
| -VersionNum gitlab-language=c linguist-language=c |
| 1 | +# THIS IS ONLY FOR THE gitattributes REPOSITORY. |
| 2 | +# Handle line endings automatically for files detected as text |
| 3 | +# and leave all files detected as binary untouched. |
| 4 | +#* text=auto |
23 | 5 |
|
| 6 | +# |
| 7 | +# The above will handle all files NOT found below |
| 8 | +# |
| 9 | +# These files are text and should be normalized (Convert crlf => lf) |
| 10 | +*.gitattributes text linguist-language=gitattributes export-ignore |
| 11 | +.gitignore text export-ignore |
| 12 | +*.md text diff=markdown linguist-detectable |
| 13 | +*.txt text diff=text linguist-detectable |
| 14 | + |
| 15 | +# Language attributes for RISC OS files: |
| 16 | +*.pdf -text |
| 17 | + |
| 18 | +doc/** linguist-documentation=true |
| 19 | + |
| 20 | +*,102 text diff=perl linguist-language=perl |
| 21 | +*,a73 text diff=python linguist-language=python |
| 22 | +*,a74 text diff=python linguist-language=python |
| 23 | +*,a75 text diff=python linguist-language=python |
| 24 | +*,18c text diff=lua linguist-language=lua |
| 25 | +*,fe1 text diff=makefile linguist-language=makefile |
| 26 | +*,fff text diff=text linguist-language=text |
| 27 | +*,ffb text diff=bbcbasic linguist-language=bbcbasic |
| 28 | +*,fd1 text diff=bbcbasic linguist-language=bbcbasic |
| 29 | + |
| 30 | +src/**/c/* text diff=c linguist-language=c |
| 31 | +src/**/h/* text diff=c linguist-language=c |
| 32 | +src/**/c++/* text diff=cpp linguist-language=cpp |
| 33 | +src/**/cpp/* text diff=cpp linguist-language=cpp |
| 34 | +src/**/bas/* text diff=bbcbasic linguist-language=bbcbasic |
| 35 | +src/**/s/* text diff=armasm linguist-language=assembly |
| 36 | +src/**/Hdr/* text diff=armasm linguist-language=assembly |
| 37 | +src/**/fth/* text diff=forth linguist-language=forth |
| 38 | +src/**/p/* text diff=prolog linguist-language=prolog |
| 39 | +tests/**/c/* text diff=c linguist-language=c |
| 40 | +tests/**/h/* text diff=c linguist-language=c |
| 41 | +tests/**/c++/* text diff=cpp linguist-language=cpp |
| 42 | +tests/**/cpp/* text diff=cpp linguist-language=cpp |
| 43 | +tests/**/bas/* text diff=bbcbasic linguist-language=bbcbasic |
| 44 | +tests/**/Hdr/* text diff=armasm linguist-language=assembly |
| 45 | +tests/**/s/* text diff=armasm linguist-language=assembly |
| 46 | +tests/**/fth/* text diff=forth linguist-language=forth |
| 47 | +tests/**/p/* text diff=prolog linguist-language=prolog |
| 48 | + |
| 49 | +VersionNum linguist-language=c gitlab-language=c |
0 commit comments