From f0b7a9724bb432083278b9ac00967fa8af475aea Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 1 Aug 2019 09:38:43 -0400 Subject: [PATCH] Lp 741788: Add marc_stream_importer.pl to .gitignore Add Open-ILS/src/support-scripts/marc_stream_importer.pl to .gitignore to avoid the following message when updating or changing branches: error: The following untracked working tree files would be overwritten by checkout: Open-ILS/src/support-scripts/marc_stream_importer.pl Please move or remove them before you switch branches. Aborting Signed-off-by: Jason Stephenson Signed-off-by: Jason Boyer --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9ba89b7705..bbe69e5d31 100644 --- a/.gitignore +++ b/.gitignore @@ -68,6 +68,7 @@ Open-ILS/src/support-scripts/action_trigger_runner.pl Open-ILS/src/support-scripts/authority_authority_linker.pl Open-ILS/src/support-scripts/authority_control_fields.pl Open-ILS/src/support-scripts/marc_export +Open-ILS/src/support-scripts/marc_stream_importer.pl Open-ILS/src/support-scripts/offline-blocked-list.pl Open-ILS/updates/Makefile Open-ILS/updates/Makefile.in -- 2.43.2