Skip to content

Commit

Permalink
Merge pull request #167 from RobertGawron/feature/kicad6_transition
Browse files Browse the repository at this point in the history
using hack to exclude recursively
  • Loading branch information
RobertGawron authored Aug 15, 2021
2 parents 7962977 + a80d50e commit da9dfd8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
Software/TargetFirmware/Drivers/* linguist-vendored
Software/NUCLEO-F091RC/Drivers/* linguist-vendored
Software/Common/Libraries/ linguist-vendored
# it seems that Github doesn't allow recursive ignore of files
Software/Common/Libraries/u8g2/tools/font/otf2bdf/maps/* linguist-vendored
Software/Common/Libraries/u8g2/sys/arduino/* linguist-vendored
Software/Common/Libraries/u8g2/sys/arduino/*/* linguist-vendored
Software/Common/Libraries/u8g2/sys/arduino/*/*/*/* linguist-vendored
# use ** to exclude recursively
# see https://stackoverflow.com/questions/42544813/paths-not-excluded-from-github-language-statistics
Software/Common/Libraries/** linguist-vendored
# GitHub's language statistics module can't recognize LTSpice files, so just ignore them.
Simulation/LTSPice/* linguist-vendored

0 comments on commit da9dfd8

Please sign in to comment.