/
githubmirror
/
gitignore
Обзор
Документация
Войти
/
githubmirror
/
gitignore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Eagle.gitignore
51 строка
517 B
John Vandenberg
Eagle: Remove duplicate entry
18 июн 2018, 08:35
18 июн 2018, 08:35
7c7821d
Код
Авторство
О чём код?
# 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