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