| 1234567891011121314151617181920212223242526272829303132 |
- # Various Altium files
- *.PrjPCBStructure
- *.SchDocPreview
- *.PcbDocPreview
- __Previews
- *.PrjPcbStructure
- *.Dat
- *.REP
- *.TLT
- *.LOG
- *.log
- *.htm
- *.$$$
- #useless dirs
- Project\ Outputs
- Project\ Logs
- Project Outputs for*
- Fabrication output
- #History
- History
- #Exports, but not manual ones
- exports/*
- !exports/manual
- #Python stuff
- scripts/__pycache__/
- *.bak
- *.dwl
- *.dwl2
|