Add new project files to archiver
This commit is contained in:
parent
05771f74f7
commit
860e58432b
|
@ -194,6 +194,8 @@ void KICAD_MANAGER_FRAME::OnArchiveFiles( wxCommandEvent& event )
|
||||||
// List of file extensions to save.
|
// List of file extensions to save.
|
||||||
static const wxChar* extensionList[] = {
|
static const wxChar* extensionList[] = {
|
||||||
wxT( "*.pro" ),
|
wxT( "*.pro" ),
|
||||||
|
wxT( "*.kicad_pro" ),
|
||||||
|
wxT( "*.kicad_prl" ),
|
||||||
wxT( "*.sch" ), // Legacy schematic files
|
wxT( "*.sch" ), // Legacy schematic files
|
||||||
wxT( "*.kicad_sch" ), // Schematic files
|
wxT( "*.kicad_sch" ), // Schematic files
|
||||||
wxT( "*.lib" ), wxT( "*.dcm" ), // Legacy schematic library files
|
wxT( "*.lib" ), wxT( "*.dcm" ), // Legacy schematic library files
|
||||||
|
|
Loading…
Reference in New Issue