1
0
Fork 0
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:
Jonah Graham 2023-08-18 09:55:27 -04:00
parent 02035b02cf
commit 202f221671

5
.gitattributes vendored
View file

@ -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