From 39a998dd6178bbbdc88611486129581f77daae68 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 22 Oct 2014 23:42:42 +0300 Subject: [PATCH] add gitignore --- .gitignore | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..850d10a --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +*.elf +*.hex +.*.swp +cscope.out +tags diff --git a/Makefile b/Makefile index 338782c..fdb0afc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SIZE = $(CROSS_COMPILE)size TOOLSPATH = tools -TARGET = test +TARGET = teensytas # CPPFLAGS += -DUSB_SERIAL -DLAYOUT_US_ENGLISH CPPFLAGS += -D__MK20DX256__ -DF_CPU=48000000 -- 2.39.2