Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MISC] Cleanup #271

Merged
merged 3 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# in language profile, ignore third-party libraries and protobuf-generated code
lowcar/lib/* linguist-vendored
executor/studentapi.c linguist-generated
# in language profile, ignore third-party libraries used in lowcar
lowcar/lib/** linguist-vendored

# force everything in the lowcar/devices directory to be classified as C++
lowcar/devices/** linguist-language=C++

# force the Makefile_defs file to be classified as Makefile and be syntax highlighted as Makefile
Makefile_defs linguist-language=Makefile
58 changes: 0 additions & 58 deletions lowcar/devices/PolarBear/LED.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions lowcar/devices/PolarBear/LED.h

This file was deleted.

102 changes: 0 additions & 102 deletions lowcar/devices/PolarBear/PolarBear.cpp

This file was deleted.

52 changes: 0 additions & 52 deletions lowcar/devices/PolarBear/PolarBear.h

This file was deleted.

58 changes: 0 additions & 58 deletions lowcar/devices/RFID/RFID.cpp

This file was deleted.

39 changes: 0 additions & 39 deletions lowcar/devices/RFID/RFID.h

This file was deleted.

Loading