mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
37 lines
401 B
Plaintext
37 lines
401 B
Plaintext
|
# Ignore list for Eagle, a PCB layout tool
|
||
|
|
||
|
# Backup files
|
||
|
*.s#?
|
||
|
*.b#?
|
||
|
*.l#?
|
||
|
|
||
|
# Eagle project file
|
||
|
# It contains a serial number and references to the file structure
|
||
|
# on your computer.
|
||
|
# comment the following line if you want to have your project file included.
|
||
|
eagle.epf
|
||
|
|
||
|
# CAM files
|
||
|
*.$$$
|
||
|
*.cmp
|
||
|
*.ly2
|
||
|
*.l15
|
||
|
*.sol
|
||
|
*.plc
|
||
|
*.stc
|
||
|
*.sts
|
||
|
*.crc
|
||
|
*.crs
|
||
|
|
||
|
*.dri
|
||
|
*.drl
|
||
|
*.gpi
|
||
|
*.pls
|
||
|
|
||
|
*.drd
|
||
|
*.drd.*
|
||
|
|
||
|
*.info
|
||
|
|
||
|
*.eps
|