From bdba3af3a6b62c66822ba61fe9413d3833bc8888 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 16 Jul 2009 15:49:28 +0200 Subject: Create bin, hex, srec, and list files for the example project. --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5151ec3..ba89998 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ -example/blink example/*.o -lib/libopenstm32.a +example/blink +example/blink.bin +example/blink.hex +example/blink.list +example/blink.srec lib/*.o +lib/libopenstm32.a + -- cgit v1.2.3