Add new project files to archiver

This commit is contained in:
Jon Evans 2020-07-03 08:31:41 -04:00
parent 05771f74f7
commit 860e58432b
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ void KICAD_MANAGER_FRAME::OnArchiveFiles( wxCommandEvent& event )
// List of file extensions to save.
static const wxChar* extensionList[] = {
wxT( "*.pro" ),
wxT( "*.kicad_pro" ),
wxT( "*.kicad_prl" ),
wxT( "*.sch" ), // Legacy schematic files
wxT( "*.kicad_sch" ), // Schematic files
wxT( "*.lib" ), wxT( "*.dcm" ), // Legacy schematic library files