Kicad PROJECT_ARCHIVER: do not store twice files with extension .gm?
Files with extension .g?? and .gm? were stored in zip archive. but *.gm? files also matches .g?? files so they were stored twice.
This commit is contained in:
parent
a309e24132
commit
734e0ca006
|
@ -137,7 +137,7 @@ bool PROJECT_ARCHIVER::Archive( const wxString& aSrcDir, const wxString& aDestFi
|
|||
wxT( "*.stp" ), wxT( "*.step" ), // 3d files
|
||||
wxT( "*.wrl" ),
|
||||
wxT( "*.g?" ), wxT( "*.g??" ), // Gerber files
|
||||
wxT( "*.gm??" ), wxT( "*.gbrjob" ),
|
||||
wxT( "*.gbrjob" ), // Gerber job files
|
||||
wxT( "*.pos" ), wxT( "*.drl" ), wxT( "*.nc" ), wxT( "*.xnc" ), // Fab files
|
||||
wxT( "*.d356" ),
|
||||
wxT( "*.rpt" ),
|
||||
|
|
Loading…
Reference in New Issue