Skip to content

Commit 7007b3a

Browse files
authored
Treat files in "build" directories as not generated (#111363)
1 parent a2bb26d commit 7007b3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
# this only affects the repo's language statistics
6969
*.h linguist-language=C
7070

71+
# don't treat files in 'build' directories as generated
72+
**/build/** linguist-generated=false
73+
7174
# CLR specific
7275
src/coreclr/pal/tests/palsuite/paltestlist.txt text eol=lf
7376
src/coreclr/pal/tests/palsuite/paltestlist_to_be_reviewed.txt text eol=lf

0 commit comments

Comments
 (0)