mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 06:48:56 +00:00
57a8440db3
* update gitignore * Handle symlink in tar * Add some logs
51 lines
517 B
Text
51 lines
517 B
Text
# Ignore list for Eagle, a PCB layout tool
|
|
|
|
# Backup files
|
|
*.s#?
|
|
*.b#?
|
|
*.l#?
|
|
*.b$?
|
|
*.s$?
|
|
*.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
|
|
|
|
# Autorouter files
|
|
*.pro
|
|
*.job
|
|
|
|
# CAM files
|
|
*.$$$
|
|
*.cmp
|
|
*.ly2
|
|
*.l15
|
|
*.sol
|
|
*.plc
|
|
*.stc
|
|
*.sts
|
|
*.crc
|
|
*.crs
|
|
|
|
*.dri
|
|
*.drl
|
|
*.gpi
|
|
*.pls
|
|
*.ger
|
|
*.xln
|
|
|
|
*.drd
|
|
*.drd.*
|
|
|
|
*.s#*
|
|
*.b#*
|
|
|
|
*.info
|
|
|
|
*.eps
|
|
|
|
# file locks introduced since 7.x
|
|
*.lck
|