From 303e61fe518a123608491323590a6b6479f0f8d4 Mon Sep 17 00:00:00 2001 From: AlexanderHD27 Date: Thu, 23 May 2024 22:28:02 +0200 Subject: [PATCH] Added gitignore --- .gitattributes | 2 ++ .gitignore | 0 .gitmodules | 3 +++ motor-control/pico-sdk | 1 + 4 files changed, 6 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 motor-control/pico-sdk diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9cf2364 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.gitignore filter=lfs diff=lfs merge=lfs -text +*.gitmodules filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9e001fa --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915a1a5f0379f654577196ea86b9636e8db28eac744de751385e3ef2d6ebe982 +size 115 diff --git a/motor-control/pico-sdk b/motor-control/pico-sdk new file mode 160000 index 0000000..6a7db34 --- /dev/null +++ b/motor-control/pico-sdk @@ -0,0 +1 @@ +Subproject commit 6a7db34ff63345a7badec79ebea3aaef1712f374