misc: Github markdown uses underscores to italicize words
[simavr] / .gitignore
index ad45b49..dd4cee4 100644 (file)
@@ -1,4 +1,4 @@
-obj
+obj-*
 *.axf
 *.hex
 *.s
@@ -7,3 +7,13 @@ simavr/run_avr
 *.a
 .tags*
 ._*
+*.vcd
+TAGS
+callgrind.out.*
+*~
+*.o
+*.elf
+*.objdump
+perf.data
+.DS_Store
+.make.options*