diff options
| author | Trygve Laugstøl <trygvis@inamo.no> | 2017-12-07 12:12:59 +0100 |
|---|---|---|
| committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-12-07 12:13:50 +0100 |
| commit | 1fba999bec5a589e4785594fb1a6fbfab9129097 (patch) | |
| tree | 1ff18f14284f89fa8bee1bd123802c4f40fec4be /.gitmodules | |
| parent | aa7e1cac11f04f997317c5263b00d1e7d0b94608 (diff) | |
| download | ee-python-1fba999bec5a589e4785594fb1a6fbfab9129097.tar.gz ee-python-1fba999bec5a589e4785594fb1a6fbfab9129097.tar.bz2 ee-python-1fba999bec5a589e4785594fb1a6fbfab9129097.tar.xz ee-python-1fba999bec5a589e4785594fb1a6fbfab9129097.zip | |
o A start of a kicad_pcb parser.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..98d2da4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/olinuxino"] + path = thirdparty/olinuxino + url = https://github.com/OLIMEX/OLINUXINO |
