Overview
Comment: | Add .gitattributes: Disable GitHub Linguist |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | master |
Files: | files | file ages | folders |
SHA3-256: |
b1acbb611678cf5175ac77f06bec0a5a |
User & Date: | jeff@gridfinity.com on 2021-03-01 12:31:20 |
Other Links: | manifest | tags |
Context
2021-03-01
| ||
12:32:46 | Update .gitattributes: Correct wildcard syntax. check-in: 9732d20db4 user: jeff@gridfinity.com tags: master, trunk | |
12:31:20 | Add .gitattributes: Disable GitHub Linguist check-in: b1acbb6116 user: jeff@gridfinity.com tags: master, trunk | |
12:05:46 |
multi: Add HTML+PDF documentation, README, LICENSE
Add: LICENSE.md - GNU GPLv2 license | |
Changes
Added .gitattributes version [1e41a3743b].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # Disable GitHub Linguist *.m linguist-vendored .sh linguist-vendored .r linguist-vendored .pl linguist-vendored .c linguist-vendored .cpp linguist-vendored .ltx linguist-vendored .tex linguist-vendored .htm linguist-vendored .html linguist-vendored .css linguist-vendored .csh linguist-vendored .old_cvsroot/* linguist-vendored .old_mttroot_cvsroot/* linguist-vendored gino/* linguist-vendored mtt/* linguist-vendored ntt/* linguist-vendored patches/* linguist-vendored *.p2crc linguist-vendored *.diff linguist-vendored *.hpp linguist-vendored *.h linguist-vendored *.make linguist-vendored Makefile linguist-vendored *.yml linguist-vendored *.toml linguist-vendored .github/* linguist-vendored ./* linguist-vendored * linguist-vendored |