diff --git a/.gitignore b/.gitignore index 918c82b..e2f1475 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ -# kibot stuff +# kicad +*-backups +*-bak + +# kibot Generated .cache \ No newline at end of file diff --git a/test_project/config.kibot.yaml b/config.kibot.yaml similarity index 100% rename from test_project/config.kibot.yaml rename to config.kibot.yaml diff --git a/test_project/fp-info-cache b/fp-info-cache similarity index 100% rename from test_project/fp-info-cache rename to fp-info-cache diff --git a/test_project/test_project.kicad_pcb b/test_project.kicad_pcb similarity index 100% rename from test_project/test_project.kicad_pcb rename to test_project.kicad_pcb diff --git a/test_project/test_project.kicad_prl b/test_project.kicad_prl similarity index 100% rename from test_project/test_project.kicad_prl rename to test_project.kicad_prl diff --git a/test_project/test_project.kicad_pro b/test_project.kicad_pro similarity index 100% rename from test_project/test_project.kicad_pro rename to test_project.kicad_pro diff --git a/test_project/test_project.kicad_sch b/test_project.kicad_sch similarity index 100% rename from test_project/test_project.kicad_sch rename to test_project.kicad_sch diff --git a/test_project/.gitignore b/test_project/.gitignore deleted file mode 100644 index dd348d0..0000000 --- a/test_project/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*-backups -*-bak \ No newline at end of file