[AC2] Add COMPILED stuff to gitignore
Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
This commit is contained in:
parent
b0b31001fb
commit
6de8af17a4
|
@ -26,3 +26,9 @@
|
||||||
|
|
||||||
# QEMU Virtual Hard Disks
|
# QEMU Virtual Hard Disks
|
||||||
/**/*.qcow2
|
/**/*.qcow2
|
||||||
|
|
||||||
|
# MIPS compiled
|
||||||
|
/**/*.hex
|
||||||
|
/**/*.elf
|
||||||
|
/**/*.map
|
||||||
|
/**/*.o
|
||||||
|
|
Loading…
Reference in New Issue