From a25bc80a93db3dd93661a3a4ec61cd4cfea4e9b8 Mon Sep 17 00:00:00 2001 From: Issaimaru <80198387+Issaimaru@users.noreply.github.com> Date: Thu, 29 Sep 2022 01:23:27 +0900 Subject: [PATCH] Update .gitignore --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/.gitignore b/.gitignore index 853ee63..9dad942 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,51 @@ fp-info-cache # Exported BOM files *.xml *.csv + +# 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 +*.gpi +*.pls +*.ger +*.xln + +*.drd +*.drd.* + +*.s#* +*.b#* + +*.info + +*.eps