From 80316bd1f9b6e5de1a5f8545dadc26c68d35776c Mon Sep 17 00:00:00 2001 From: YuanHu Date: Wed, 28 Mar 2018 09:22:13 +0800 Subject: Update .gitignore Update .gitignore Issue-ID: SDC-1079 Change-Id: I5da10608c5c46512d65fd7d111ff370415f95b74 Signed-off-by: YuanHu --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3acbdc42..9d96998d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .classpath .project .settings/ +.checkstyle target/ logs/ debug-logs/ @@ -9,4 +10,5 @@ test.json test.xml test1.json bpmnworkflow.bpmn20.xml -dist \ No newline at end of file +dist +*.log -- cgit 1.2.3-korg