-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #167 from RobertGawron/feature/kicad6_transition
using hack to exclude recursively
- Loading branch information
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |