mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 23:04:22 +08:00
.gitattributes: * is not recursive, ** is. Add missed paths
You can see attributes set on a particular file with git check-attr -a PATH
This commit is contained in:
parent
a078a56492
commit
5e8c9de631
7
.gitattributes
vendored
7
.gitattributes
vendored
|
@ -21,11 +21,12 @@
|
|||
/.github/* export-ignore
|
||||
/.builds export-ignore
|
||||
/.builds/* export-ignore
|
||||
/.travis.yml export-ignore
|
||||
|
||||
# for linguist; let github identify our project as C++ instead of C due to pcre2
|
||||
pcre2/* linguist-vendored
|
||||
pcre2/** linguist-vendored
|
||||
angular.js linguist-vendored
|
||||
doc_src/* linguist-documentation
|
||||
angular-*.js linguist-vendored
|
||||
doc_src/** linguist-documentation
|
||||
*.fish linguist-language=fish
|
||||
src/*.h linguist-language=c++
|
||||
src/builtins/*.h linguist-language=c++
|
||||
|
|
Loading…
Reference in New Issue
Block a user