Skip to content

Commit 9a7ee04

Browse files
authored
Merge pull request #169 from RobertGawron/feature/kicad6_transition
exclude external libs from language code statistics
2 parents da9dfd8 + a4e6330 commit 9a7ee04

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)