From 020c8dc052de1120b38d9e909dc48a810065be04 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Thu, 16 Aug 2018 00:48:28 -0700 Subject: [PATCH] NOJIRA: Add .factorypath to .gitignore. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 922853da2..bb934e7f3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ target .project .idea/ .vscode -.cmax \ No newline at end of file +.cmax +.factorypath + -- 2.47.3