remove Makefiles and update gitignore

main
Jonas Arnold 4 years ago
parent b9401f4414
commit 72d9f5cd7b
  1. 1
      .gitignore
  2. 8
      ADIS_ESP32_Eclipse/Makefile
  3. 8
      ADIS_IDF_hello_world/Makefile

1
.gitignore vendored

@ -4,6 +4,7 @@ Workspace/
[Rr]elease/
.settings/
*.launch
Makefile
# MCU on eclipse
/Sources/

@ -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

@ -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
Loading…
Cancel
Save