From 47e2356a92929edd40d30baa40d8aecff2f25671 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Fri, 8 Dec 2017 21:27:22 +0100
Subject: [PATCH] Ignore files

---
 .gitignore        | 44 ++++++++++++++++++++++++++++++++++++++++++++
 PogoPins_FTDI.pro | 25 -------------------------
 PogoPins_ICSP.pro | 25 -------------------------
 3 files changed, 44 insertions(+), 50 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 PogoPins_FTDI.pro
 delete mode 100644 PogoPins_ICSP.pro

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6e88f0b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,44 @@
+
+# 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
+
+# Autorouter files
+*.pro
+*.job
+
+# CAM files
+*.$$$
+*.cmp
+*.ly2
+*.l15
+*.sol
+*.plc
+*.stc
+*.sts
+*.crc
+*.crs
+
+*.dri
+*.drl
+*.gpi
+*.pls
+
+*.drd
+*.drd.*
+
+*.info
+
+*.eps
+
+# file locks introduced since 7.x
+*.lck
diff --git a/PogoPins_FTDI.pro b/PogoPins_FTDI.pro
deleted file mode 100644
index 66f1f26..0000000
--- a/PogoPins_FTDI.pro
+++ /dev/null
@@ -1,25 +0,0 @@
-EAGLE AutoRouter Statistics:
-
-Job           : /home/reinhold/SmartHome/Projects/PogoPins/PogoPins_FTDI.brd
-
-Start at      : 02:19:46 (29.10.17)
-End at        : 02:19:48 (29.10.17)
-Elapsed time  : 00:00:01
-
-Signals       :     6   RoutingGrid: 7 mil  Layers: 2
-Connections   :     6   predefined:  0 ( 0 Vias )
-
-Router memory :   95232
-
-Passname          : TopRouter     Route Optimize1 Optimize2 Optimize3 Optimize4
-
-Time per pass     :  00:00:01  00:00:00  00:00:00  00:00:00  00:00:00  00:00:00
-Number of Ripups  :         0         0         0         0         0         0
-max. Level        :         0         0         0         0         0         0
-max. Total        :         0         0         0         0         0         0
-
-Routed            :         6         6         6         6         6         6
-Vias              :         0         0         0         0         0         0
-Resolution        :   100.0 %   100.0 %   100.0 %   100.0 %   100.0 %   100.0 %
-
-Final             : 100.0% beendet
diff --git a/PogoPins_ICSP.pro b/PogoPins_ICSP.pro
deleted file mode 100644
index e97e9f6..0000000
--- a/PogoPins_ICSP.pro
+++ /dev/null
@@ -1,25 +0,0 @@
-EAGLE AutoRouter Statistics:
-
-Job           : /home/reinhold/SmartHome/Projects/PogoPins/PogoPins_ICSP.brd
-
-Start at      : 01:57:46 (29.10.17)
-End at        : 01:57:49 (29.10.17)
-Elapsed time  : 00:00:02
-
-Signals       :     6   RoutingGrid: 7 mil  Layers: 2
-Connections   :     6   predefined:  0 ( 0 Vias )
-
-Router memory :   67404
-
-Passname          : TopRouter     Route Optimize1 Optimize2 Optimize3 Optimize4
-
-Time per pass     :  00:00:02  00:00:00  00:00:00  00:00:00  00:00:00  00:00:00
-Number of Ripups  :         0         0         0         0         0         0
-max. Level        :         0         0         0         0         0         0
-max. Total        :         0         0         0         0         0         0
-
-Routed            :         6         6         6         6         6         6
-Vias              :         0         0         0         0         0         0
-Resolution        :   100.0 %   100.0 %   100.0 %   100.0 %   100.0 %   100.0 %
-
-Final             : 100.0% beendet
-- 
GitLab