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: |
cb674e20afadc38d2f0cf52ce597ea58 |
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. Leaf check-in: 4cc65dcacb user: jeff@gridfinity.com tags: origin/master, trunk | |
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 | |
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 |