From cce0455878db85268325307ae3478fd0908a6e51 Mon Sep 17 00:00:00 2001 From: John Hodge <tpg@mutabah.net> Date: Mon, 7 Mar 2022 21:29:26 +0800 Subject: [PATCH] .pro files are useless --- .gitignore | 2 ++ EagleProject/Driver-V2RevB.pro | 25 ------------------------- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 EagleProject/Driver-V2RevB.pro diff --git a/.gitignore b/.gitignore index bfad66e..b73195e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ *.l#? *.b#? *.s#? +# Eagle auto-router output +*.pro # FreeCad backups *.fcstd1 # Rendered STP files diff --git a/EagleProject/Driver-V2RevB.pro b/EagleProject/Driver-V2RevB.pro deleted file mode 100644 index ba9a4a2..0000000 --- a/EagleProject/Driver-V2RevB.pro +++ /dev/null @@ -1,25 +0,0 @@ -EAGLE AutoRouter Statistics: - -Job : /home/wheel/tpg/eagle/ForceFeedback/Driver-V2RevB.brd - -Start at : 20:31:21 (24/01/22) -End at : 20:31:23 (24/01/22) -Elapsed time : 00:00:02 - -Signals : 35 RoutingGrid: 5 mil Layers: 2 -Connections : 54 predefined: 54 ( 2 Vias ) - -Router memory : 1362084 - -Passname : Route Optimize1 Optimize2 Optimize3 Optimize4 - -Time per pass : 00:00:00 00:00:01 00:00:00 00:00:01 00:00:00 -Number of Ripups : 0 0 0 0 0 -max. Level : 0 0 0 0 0 -max. Total : 0 0 0 0 0 - -Routed : 0 0 0 0 0 -Vias : 0 0 0 0 0 -Resolution : 100.0 % 100.0 % 100.0 % 100.0 % 100.0 % - -Final : 100.0% finished -- GitLab