Overview
Comment:Update .gitattributes: Exclude TeX from Linguist
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e49b2b6cb4223ec3b1a2fa8cc30e4af3de0610e9dbbe7078f1e942e888aa76ba
User & Date: jeff@gridfinity.com on 2021-03-01 04:31:19
Other Links: branch diff | manifest | tags
Context
2021-03-01
04:31:58
Update .gitattributes: Exclude doc from Linguist. Closed-Leaf check-in: 7c29086699 user: jeff@gridfinity.com tags: origin/master, trunk
04:31:19
Update .gitattributes: Exclude TeX from Linguist check-in: e49b2b6cb4 user: jeff@gridfinity.com tags: origin/master, trunk
04:29:55
Update .gitattributes: Exclude *.sl/*.red files. check-in: b77671fd85 user: jeff@gridfinity.com tags: origin/master, trunk
Changes

Modified .gitattributes from [4039766384] to [90216ea78c].

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










>
>
>
1
2
3
4
5
6
7
8
9
10
# Documentaiton
doc/* linguist-documentation
# DOS Executables
dos/* linguist-vendored
# "Reduce" and "Standard Lisp" unavailable.
*.sl linguist-vendored
*.red linguist-vendored
# Exclude TeX to avoid misclassification.
*.tex linguist-vendored
doc/*.tex linguist-vendored


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