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:
jean-pierre charras 2023-11-19 19:54:58 +01:00
parent a309e24132
commit 734e0ca006
1 changed files with 1 additions and 1 deletions

View File

@ -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" ),