From 144b39f8266cfb8cf5bf14b3516f591cf23021ac Mon Sep 17 00:00:00 2001
From: Pat Thoyts <patthoyts@users.sourceforge.net>
Date: Sun, 7 Dec 2014 12:52:32 +0000
Subject: [PATCH] Ignore the gEDA generated temporary and backup files.

---
 circuit_pth/.gitignore | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 circuit_pth/.gitignore

diff --git a/circuit_pth/.gitignore b/circuit_pth/.gitignore
new file mode 100644
index 0000000..973bc10
--- /dev/null
+++ b/circuit_pth/.gitignore
@@ -0,0 +1,5 @@
+*.backup
+*-
+*~
+*.bak*
+*.new.pcb
-- 
2.23.0