mingw: make simavr compilable with MinGW
[simavr] / .gitignore
index d4f8cbe..dd4cee4 100644 (file)
@@ -8,8 +8,12 @@ simavr/run_avr
 .tags*
 ._*
 *.vcd
-
-/my_boards/board_spi/atmega88/AVR
-/my_boards/board_spi/test/parts
-/my_boards/board_spi/test/Debug
-/bin
\ No newline at end of file
+TAGS
+callgrind.out.*
+*~
+*.o
+*.elf
+*.objdump
+perf.data
+.DS_Store
+.make.options*