From 72d9f5cd7bf6c0fe7f8137c05a6a49822a2fa9b1 Mon Sep 17 00:00:00 2001 From: Jonas Arnold Date: Fri, 28 Oct 2022 14:32:49 +0200 Subject: [PATCH] remove Makefiles and update gitignore --- .gitignore | 1 + ADIS_ESP32_Eclipse/Makefile | 8 -------- ADIS_IDF_hello_world/Makefile | 8 -------- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 ADIS_ESP32_Eclipse/Makefile delete mode 100644 ADIS_IDF_hello_world/Makefile diff --git a/.gitignore b/.gitignore index dd8602e..77aeae8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ Workspace/ [Rr]elease/ .settings/ *.launch +Makefile # MCU on eclipse /Sources/ diff --git a/ADIS_ESP32_Eclipse/Makefile b/ADIS_ESP32_Eclipse/Makefile deleted file mode 100644 index f602d96..0000000 --- a/ADIS_ESP32_Eclipse/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# This is a project Makefile. It is assumed the directory this Makefile resides in is a -# project subdirectory. -# - -PROJECT_NAME := esp32-adis - -include $(IDF_PATH)/make/project.mk diff --git a/ADIS_IDF_hello_world/Makefile b/ADIS_IDF_hello_world/Makefile deleted file mode 100644 index 6d4e24f..0000000 --- a/ADIS_IDF_hello_world/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# This is a project Makefile. It is assumed the directory this Makefile resides in is a -# project subdirectory. -# - -PROJECT_NAME := hello_world - -include $(IDF_PATH)/make/project.mk