add gitignore
authornotaz <notasas@gmail.com>
Wed, 22 Oct 2014 20:42:42 +0000 (23:42 +0300)
committernotaz <notasas@gmail.com>
Sat, 25 Oct 2014 17:18:15 +0000 (20:18 +0300)
.gitignore [new file with mode: 0644]
Makefile

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..850d10a
--- /dev/null
@@ -0,0 +1,6 @@
+*.o
+*.elf
+*.hex
+.*.swp
+cscope.out
+tags
index 338782c..fdb0afc 100644 (file)
--- 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