diff --git a/.gitignore b/.gitignore index 4bb05a4..a799c93 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -build/* -obj/* +build +obj diff --git a/base_station/obj/led.o b/base_station/obj/led.o deleted file mode 100644 index eb59e32..0000000 Binary files a/base_station/obj/led.o and /dev/null differ diff --git a/base_station/obj/main.o b/base_station/obj/main.o deleted file mode 100644 index 5f6e7d3..0000000 Binary files a/base_station/obj/main.o and /dev/null differ diff --git a/base_station/obj/nrf24.o b/base_station/obj/nrf24.o deleted file mode 100644 index 45d8b14..0000000 Binary files a/base_station/obj/nrf24.o and /dev/null differ diff --git a/base_station/obj/radioPinFunctions.o b/base_station/obj/radioPinFunctions.o deleted file mode 100644 index d9b96df..0000000 Binary files a/base_station/obj/radioPinFunctions.o and /dev/null differ