From c64645355c64c755512aff57fd4a0309b9500b3d Mon Sep 17 00:00:00 2001 From: Kevin Redon Date: Sun, 2 Mar 2014 16:38:56 +0100 Subject: [PATCH] add library directories --- .gitignore | 3 +-- lib/footprints/.gitignore | 1 + lib/symbols/.gitignore | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 lib/footprints/.gitignore create mode 100644 lib/symbols/.gitignore diff --git a/.gitignore b/.gitignore index 631da04..6b9ad63 100644 --- a/.gitignore +++ b/.gitignore @@ -4,14 +4,13 @@ TODO *.pdf *.png *~ -\#*\# +\#*.sch\# attribs notes.txt *.net *.cmd *.new.pcb *.pcb- -*.fp- *.pcb.bak *.gbr *.cnc diff --git a/lib/footprints/.gitignore b/lib/footprints/.gitignore new file mode 100644 index 0000000..6bad313 --- /dev/null +++ b/lib/footprints/.gitignore @@ -0,0 +1 @@ +*.fp- diff --git a/lib/symbols/.gitignore b/lib/symbols/.gitignore new file mode 100644 index 0000000..aa28541 --- /dev/null +++ b/lib/symbols/.gitignore @@ -0,0 +1 @@ +\#*.sym\#