mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
docs: update .gitattributes (#19800)
This commit is contained in:
parent
03fddfd928
commit
4f0a0a2933
16
.gitattributes
vendored
16
.gitattributes
vendored
@ -1,6 +1,16 @@
|
||||
*.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
|
||||
.github/ export-ignore
|
||||
|
||||
.github/ export-ignore
|
||||
.travis.yml export-ignore
|
||||
codecov.yml export-ignore
|
||||
.builds/ export-ignore
|
||||
.builds/ export-ignore
|
||||
|
Loading…
Reference in New Issue
Block a user