From ac460466b68807a8ae34261019b96a29acb4fc93 Mon Sep 17 00:00:00 2001
From: Seth Hillbrand <hillbrand@ucdavis.edu>
Date: Mon, 11 Feb 2019 07:21:22 -0800
Subject: [PATCH] Archive fp-lib-table and sym-lib-table from project

The local library tables should be archived with the project
---
 kicad/files-io.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kicad/files-io.cpp b/kicad/files-io.cpp
index e6b22a8dd4..3ac2cbb3b5 100644
--- a/kicad/files-io.cpp
+++ b/kicad/files-io.cpp
@@ -154,6 +154,7 @@ void KICAD_MANAGER_FRAME::OnArchiveFiles( wxCommandEvent& event )
         wxT( "*.wrl" ),
         wxT( "*.net" ), wxT( "*.py" ),
         wxT( "*.pdf" ), wxT( "*.txt" ), wxT( "*.kicad_wks" ),
+        wxT( "fp-lib-table" ), wxT( "sym-lib-table" )
     };
 
     wxString    msg;