From 0b64d5e93d28922f27e10f8ea864de2c334e43ac Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Wed, 15 Aug 2012 01:43:20 +0200 Subject: [PATCH] .gitignore file for Eagle --- Eagle.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Eagle.gitignore diff --git a/Eagle.gitignore b/Eagle.gitignore new file mode 100644 index 00000000..a5410348 --- /dev/null +++ b/Eagle.gitignore @@ -0,0 +1,36 @@ +# 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