Initial commit
Signed-off-by: Tiago Garcia <tiago.rgarcia@ua.pt>
This commit is contained in:
commit
b2c114c0b5
|
|
@ -0,0 +1,33 @@
|
|||
# Hidden files
|
||||
/**/.*
|
||||
!.gitignore
|
||||
|
||||
# Config files
|
||||
/**/*.iml
|
||||
|
||||
# Data files
|
||||
/**/*.dat
|
||||
|
||||
# Output/Cache files
|
||||
/**/out/
|
||||
/**/__pycache__/
|
||||
|
||||
# Quartus Output/Cache files
|
||||
/**/db/
|
||||
/**/incremental_db/
|
||||
/**/output_files/*
|
||||
!/**/output_files/*.sof
|
||||
/**/simulation/
|
||||
/**/*.bak
|
||||
/**/*.qws
|
||||
/**/*.qpf
|
||||
/**/*.qsf
|
||||
|
||||
# QEMU Virtual Hard Disks
|
||||
/**/*.qcow2
|
||||
|
||||
# MIPS compiled
|
||||
/**/*.hex
|
||||
/**/*.elf
|
||||
/**/*.map
|
||||
/**/*.o
|
||||
Loading…
Reference in New Issue