[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4efef8a85db3af77470cfb26ed94b59d8295d159
Evergreen Git
git at git.evergreen-ils.org
Tue Feb 14 09:39:33 EST 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 4efef8a85db3af77470cfb26ed94b59d8295d159 (commit)
from 17009a230b362e4459aabed6109f62317ca9185d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4efef8a85db3af77470cfb26ed94b59d8295d159
Author: Ben Shum <ben at evergreener.net>
Date: Sun Feb 12 09:56:46 2017 -0500
LP#1664021: Add more to .gitignore
The following three support scripts can be added to the .gitignore
Open-ILS/src/support-scripts/action_trigger_runner.pl
Open-ILS/src/support-scripts/authority_authority_linker.pl
Open-ILS/src/support-scripts/offline-blocked-list.pl
Also, ignore the created test-driver file.
Signed-off-by: Ben Shum <ben at evergreener.net>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/.gitignore b/.gitignore
index a969c08..39fb328 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,13 +64,17 @@ Open-ILS/src/python/build/
Open-ILS/src/python/Evergreen.egg-info/
Open-ILS/src/python/Makefile
Open-ILS/src/python/Makefile.in
+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/offline-blocked-list.pl
Open-ILS/updates/Makefile
Open-ILS/updates/Makefile.in
Open-ILS/xul/staff_client/client/
Open-ILS/xul/staff_client/Makefile
Open-ILS/xul/staff_client/Makefile.in
+test-driver
# Ignore built or installed locales
*.html.po
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list