correcting mistype and add to gitignore

This commit is contained in:
Brandon B. Jozsa 2016-12-23 17:30:07 -05:00
parent e5a4237d60
commit 1d138e5ff3
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.lock
*.tgz
**/*.tgz
.idea/

View File

@ -6,7 +6,7 @@ B64_EXCLUDE := $(wildcard common/secrets/*.b64)
CHARTS := ceph mariadb rabbitmq GLANCE memcached keystone glance openstack
COMMON_TPL := common/templates/_globals.tpl
all: ceph common bootstrap mariadb rabbitmq memcached keystone glance openstack
all: common ceph bootstrap mariadb rabbitmq memcached keystone glance openstack
common: build-common