make uart_pty threadsafe
[simavr] / .gitignore
1 obj-*
2 *.axf
3 *.hex
4 *.s
5 simavr/simavr
6 simavr/run_avr
7 *.a
8 .tags*
9 ._*
10 *.vcd
11 TAGS
12 callgrind.out.*
13 *~
14 *.o
15 *.elf
16 *.objdump
17 perf.data
18 .DS_Store
19 .make.options*