From 5d0e9caed1723bd1f8d8445bb540274af999f252 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Wed, 30 Sep 2015 14:55:16 +0900 Subject: update Makefile to create index and public dir This patch make our review process easier by generating index file of built files. Also the following changes are included: - delete unnecessary deps in Makefile - criate new dir contains files to publish at the gate jobs JIRA: DOCTOR-45 Change-Id: Ia59b729f41f57402ce9eebe7871cbc7763cb8668 Signed-off-by: Ryota MIBU --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 567609b1..dac82129 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ build/ +public/ -- cgit 1.2.3-korg