diff --git a/src/ui/zcl_abapgit_gui_page_stage.clas.abap b/src/ui/zcl_abapgit_gui_page_stage.clas.abap index e95cbc401..17152960e 100644 --- a/src/ui/zcl_abapgit_gui_page_stage.clas.abap +++ b/src/ui/zcl_abapgit_gui_page_stage.clas.abap @@ -590,7 +590,9 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_STAGE IMPLEMENTATION. CREATE OBJECT ro_stage. - LOOP AT lt_fields ASSIGNING . + LOOP AT lt_fields ASSIGNING + "Ignore Files that we don't want to stage, so any errors don't stop the staging process + WHERE value <> zif_abapgit_definitions=>c_method-skip. zcl_abapgit_path=>split_file_location( EXPORTING