Overview
Comment: | Update .gitattributes - GitHub lingusit vendoring |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
72f75b2f9cc14048f15ab3f35a9cf267 |
User & Date: | trnsz@pobox.com on 2021-04-16 08:50:03 |
Other Links: | manifest | tags |
Context
2021-04-16
| ||
08:52:19 | Update .gitattributes Leaf check-in: 9992369dd3 user: trnsz@pobox.com tags: master, trunk | |
08:50:03 | Update .gitattributes - GitHub lingusit vendoring check-in: 72f75b2f9c user: trnsz@pobox.com tags: master, trunk | |
08:48:39 | Update: .gitattributes - vendoring (linguist) check-in: d4a81580b4 user: trnsz@pobox.com tags: master, trunk | |
Changes
Modified .gitattributes from [c5bae79f79] to [732dc8622b].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Effectively disable Linguist *.r linguist-vendored .r linguist-vendored *.y linguist-vendored .y linguist-vendored *.sh linguist-vendored .sh linguist-vendored r38/lisp/csl/cslbase/configure linguist-vendored configure linguist-vendored config.guess linguist-vendored config.sub linguist-vendored install-sh linguist-vendored setexec linguist-vendored testrest linguist-vendored | > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Effectively disable Linguist .in linguist-vendored *.in linguist-vendored .am linguist-vendored *.am linguist-vendored Makefile linguist-vendored *.r linguist-vendored .r linguist-vendored *.y linguist-vendored .y linguist-vendored *.sh linguist-vendored .sh linguist-vendored *.tex linguist-vendored .tex linguist-vendored r38/lisp/csl/cslbase/configure linguist-vendored configure linguist-vendored config.guess linguist-vendored config.sub linguist-vendored install-sh linguist-vendored setexec linguist-vendored testrest linguist-vendored |
︙ | ︙ |