gitignore/Eagle.gitignore

52 lines
517 B
Plaintext
Raw Normal View History

2012-08-15 01:43:20 +02:00
# Ignore list for Eagle, a PCB layout tool
# Backup files
*.s#?
*.b#?
*.l#?
*.b$?
*.s$?
*.l$?
2012-08-15 01:43:20 +02:00
# 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
2012-08-15 01:43:20 +02:00
# CAM files
*.$$$
*.cmp
*.ly2
*.l15
*.sol
*.plc
*.stc
*.sts
*.crc
*.crs
*.dri
*.drl
*.gpi
*.pls
*.ger
*.xln
2012-08-15 01:43:20 +02:00
*.drd
*.drd.*
*.s#*
*.b#*
2012-08-15 01:43:20 +02:00
*.info
*.eps
2016-02-03 14:51:15 +01:00
# file locks introduced since 7.x
*.lck