Skip to content

Commit a4e6330

Browse files
committed
exclude external libs from language code statistics
1 parent a80d50e commit a4e6330

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Software/TargetFirmware/Drivers/* linguist-vendored
2-
Software/NUCLEO-F091RC/Drivers/* linguist-vendored
1+
Software/TargetFirmware/Drivers/** linguist-vendored
2+
Software/NUCLEO-F091RC/Drivers/** linguist-vendored
33
# use ** to exclude recursively
44
# see https://stackoverflow.com/questions/42544813/paths-not-excluded-from-github-language-statistics
55
Software/Common/Libraries/** linguist-vendored

0 commit comments

Comments
 (0)