Skip to content
Open
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
36 changes: 18 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Project Settings
*.cywrk.*
*.cyprj.*

# Generated Assets and Resources
Debug/
Release/
Export/
**/codegentemp
**/Generated_Source
*_datasheet.pdf
*_timing.html
*.cycdx
*.cyfit
*.rpt
*.svd
*.log
*.zip
# Project Settings
*.cywrk.*
*.cyprj.*
# Generated Assets and Resources
Debug/
Release/
Export/
**/codegentemp
**/Generated_Source
*_datasheet.pdf
*_timing.html
*.cycdx
*.cyfit
*.rpt
*.svd
*.log
*.zip
7 changes: 5 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "PSoC Project Template.cydsn/HindsightCAN"]
path = PSoC Project Template.cydsn/HindsightCAN
[submodule "PSoC Project Template.cydsn/HindsightCAN"]
path = PSoC Project Template.cydsn/HindsightCAN
url = https://github.com/huskyroboticsteam/HindsightCAN.git
[submodule "HindsightCAN"]
path = HindsightCAN
url = https://github.com/huskyroboticsteam/HindsightCAN.git
Loading