From 243c02266e8f3a3b049a7558dbcdff567e6c301c Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Sun, 26 Jun 2016 21:43:17 -0600 Subject: [PATCH] Add registerOnResolveExample to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 31a0a44..0f58cda 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ /arrayCompletionExample /annotationsExample /applicationContextExample +/registerOnResolveExample /.project /.idea -/*.iml \ No newline at end of file +/*.iml