Skip to content

Commit 14edea6

Browse files
committed
modernize and cleanup the project
1 parent 7962977 commit 14edea6

237 files changed

Lines changed: 152801 additions & 142844 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
Software/TargetFirmware/Drivers/* linguist-vendored
2-
Software/NUCLEO-F091RC/Drivers/* linguist-vendored
3-
Software/Common/Libraries/ linguist-vendored
4-
# it seems that Github doesn't allow recursive ignore of files
5-
Software/Common/Libraries/u8g2/tools/font/otf2bdf/maps/* linguist-vendored
6-
Software/Common/Libraries/u8g2/sys/arduino/* linguist-vendored
7-
Software/Common/Libraries/u8g2/sys/arduino/*/* linguist-vendored
8-
Software/Common/Libraries/u8g2/sys/arduino/*/*/*/* linguist-vendored
1+
Software/TargetFirmware/Drivers/** linguist-vendored
2+
Software/NUCLEO-F091RC/Drivers/** linguist-vendored
3+
# use ** to exclude recursively
4+
# see https://stackoverflow.com/questions/42544813/paths-not-excluded-from-github-language-statistics
5+
Software/Common/Libraries/** linguist-vendored
96
# GitHub's language statistics module can't recognize LTSpice files, so just ignore them.
107
Simulation/LTSPice/* linguist-vendored
File renamed without changes.

.github/workflows/docs-generation.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

ContinuousIntegration/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)