mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
allow github to index the build directory
https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github
This commit is contained in:
parent
02035b02cf
commit
202f221671
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -1,3 +1,8 @@
|
|||
# to allow github to index the build directory
|
||||
# we need to override the defaults of github here
|
||||
# see https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github
|
||||
build/** linguist-generated=false
|
||||
|
||||
* text=auto
|
||||
|
||||
# Generic files
|
||||
|
|
Loading…
Add table
Reference in a new issue