From b2c114c0b5e0ee7bdb0f9836b0f30e8150b5d576 Mon Sep 17 00:00:00 2001 From: Tiago Garcia Date: Sat, 8 Nov 2025 11:59:19 +0000 Subject: [PATCH] Initial commit Signed-off-by: Tiago Garcia --- .gitignore | 33 +++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 .gitignore create mode 100755 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa4a0f8 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md new file mode 100755 index 0000000..8687f5c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# UAveiro - MECT +### Work done during the Master's in Computer Engineering at the University of Aveiro