2023-05-15 22:41:03 +00:00
|
|
|
# Hidden files
|
|
|
|
/**/.*
|
|
|
|
!.gitignore
|
|
|
|
|
|
|
|
# Config files
|
|
|
|
/**/*.iml
|
|
|
|
|
|
|
|
# Output/Cache files
|
|
|
|
/**/out/
|
|
|
|
/**/__pycache__/
|
|
|
|
|
|
|
|
# Quartus Output/Cache files
|
2023-05-27 14:16:38 +00:00
|
|
|
/**/db/
|
|
|
|
/**/incremental_db/
|
|
|
|
/**/output_files/*
|
|
|
|
!/**/output_files/*.sof
|
|
|
|
/**/simulation/
|
|
|
|
/**/*.bak
|
|
|
|
/**/*.qws
|
|
|
|
/**/*.qpf
|
|
|
|
/**/*.qsf
|
2023-05-15 22:41:03 +00:00
|
|
|
!/1ano/2semestre/lsd/master.qsf
|
2023-11-10 00:21:36 +00:00
|
|
|
|
|
|
|
# QEMU Virtual Hard Disks
|
|
|
|
/**/*.qcow2
|