Overview
Comment:Update .gitattributes: Exclude *.sl/*.red files.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: b7b0d97ce5703cd4df45ec1f7f657e50bce7ff6807236f20a98659d4e77b7209
User & Date: jeff@gridfinity.com on 2021-03-01 04:29:55
Other Links: branch diff | manifest | tags
Context
2021-03-01
04:31:19
Update .gitattributes: Exclude TeX from Linguist check-in: cb674e20af user: jeff@gridfinity.com tags: origin/master, trunk
04:29:55
Update .gitattributes: Exclude *.sl/*.red files. check-in: b7b0d97ce5 user: jeff@gridfinity.com tags: origin/master, trunk
04:24:32
Add .gitattributes: GitHub Linguist overrides. check-in: 8aa40ef57b user: jeff@gridfinity.com tags: origin/master, trunk
Changes

Modified .gitattributes from [807b2f293b] to [4039766384].


1

2

3
4

doc/* linguist-documentation

dos/* linguist-vendored

*.sl linguist-language=Lisp
*.red linguist-language=Lisp
>

>

>
|
|
1
2
3
4
5
6
7
# Documentaiton
doc/* linguist-documentation
# DOS Executables
dos/* linguist-vendored
# "Reduce" and "Standard Lisp" unavailable.
*.sl linguist-vendored
*.red linguist-vendored


GRG for REDUCE
GRG Homepage | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]