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: |
b77671fd854b34acf16050433ec7266a |
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: 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 | |
04:24:32 | Add .gitattributes: GitHub Linguist overrides. check-in: cb0435d5a1 user: jeff@gridfinity.com tags: origin/master, trunk | |
Changes
Modified .gitattributes from [807b2f293b] to [4039766384].
1 2 | doc/* linguist-documentation dos/* linguist-vendored | > > > | | | 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 |