From fc1d785fba8f7139ec9a7dc9d826e7c66afc3afe Mon Sep 17 00:00:00 2001 From: branw Date: Thu, 23 Feb 2017 11:31:27 +0800 Subject: Fix bug of unittest: missing logs dir Fix a bug resulting unittest failure:missing logs dir in git repo. Rename tag to be more generic as well. Change-Id: I59508165e95d730ab5be8de1566ade7dcf08de43 Issue-Id: MULTIVIM-37 Signed-off-by: branw --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56ab27e --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.project +.classpath +.settings/ +.checkstyle +target/ +logs/*.log +*.pyc -- cgit 1.2.3-korg