summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorbranw <branw@vmware.com>2017-02-23 11:31:27 +0800
committerbranw <branw@vmware.com>2017-02-23 11:46:16 +0800
commitfc1d785fba8f7139ec9a7dc9d826e7c66afc3afe (patch)
treedbafbe526f4a050c61004cd267c2f5825af57277 /.gitignore
parentc01e4afbfb2428225aebe1abd80b289c02b8451c (diff)
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 <branw@vmware.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
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