From 42790e1c4b281199c7440612839bedb4f91d2227 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 4 Jun 2018 11:50:28 -0400 Subject: [PATCH] LP#1626157 .gitignore for temp test files Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Open-ILS/src/eg2/.gitignore b/Open-ILS/src/eg2/.gitignore index 54bfd2001e..f59404c847 100644 --- a/Open-ILS/src/eg2/.gitignore +++ b/Open-ILS/src/eg2/.gitignore @@ -1,5 +1,12 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. +# ------ +# Added locally... +# ------ + +src/test_data/IDL2js.js + +# ------ # compiled output /dist /tmp -- 2.11.0