| 12345678910111213141516171819202122 |
- # Ignore all, making this a whitelist
- *
- !*/
- # Exclude rules from ignore
- !/altera_devel.qpf
- !/altera_devel.qsf
- !/Makefile
- !*.md
- !*.v
- !*.sv
- !*.py
- !sim_*.do
- !*.qip
- # Making sure nothing from there will be picked up
- /db
- /output_files
- /incremental_db
- /greybox_tmp
- /work
- /altera
|