diff options
author | Lewis Russell <lewis6991@gmail.com> | 2022-08-16 10:51:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 10:51:30 +0100 |
commit | 4f0a0a293389a78d08edfcb2244efd1ec13d0ead (patch) | |
tree | 3af367401c2726868b09ca0343268b2b342b62fa | |
parent | 03fddfd92887bbac920d80cd9e04f28f32843f5d (diff) | |
download | rneovim-4f0a0a293389a78d08edfcb2244efd1ec13d0ead.tar.gz rneovim-4f0a0a293389a78d08edfcb2244efd1ec13d0ead.tar.bz2 rneovim-4f0a0a293389a78d08edfcb2244efd1ec13d0ead.zip |
docs: update .gitattributes (#19800)
-rwxr-xr-x | .gitattributes | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index e09a918303..1770c9b164 100755 --- a/.gitattributes +++ b/.gitattributes @@ -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 |