mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
docs: update .gitattributes (#19800)
This commit is contained in:
parent
03fddfd928
commit
4f0a0a2933
12
.gitattributes
vendored
12
.gitattributes
vendored
@ -1,5 +1,15 @@
|
|||||||
*.h linguist-language=C
|
*.h.in linguist-language=C
|
||||||
|
*.c.in linguist-language=C
|
||||||
|
*CMakeLists.txt linguist-language=CMake
|
||||||
|
|
||||||
|
runtime/doc/* linguist-documentation
|
||||||
|
|
||||||
|
src/xdiff/** linguist-vendored
|
||||||
|
src/cjson/** linguist-vendored
|
||||||
|
src/unicode/** linguist-vendored
|
||||||
|
|
||||||
src/nvim/testdir/test42.in diff
|
src/nvim/testdir/test42.in diff
|
||||||
|
|
||||||
.github/ export-ignore
|
.github/ export-ignore
|
||||||
.travis.yml export-ignore
|
.travis.yml export-ignore
|
||||||
codecov.yml export-ignore
|
codecov.yml export-ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user