Update .gitignore
This patch[1] already explains why updating .gitignore [1]https://review.openstack.org/#/c/466356/ Change-Id: Iea12e3b3d7634fb6e910a263cb4ac7a141180bd1 Depends-On: Ifeaaa14c63158d0318218ca62ee41e98fc4c0b57 Co-Authored-By: Alex Schultz <aschultz@redhat.com>
This commit is contained in:
parent
1281c83ec1
commit
af360a606c
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,14 +1,15 @@
|
|||||||
pkg/
|
pkg/
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
vendor/
|
vendor/
|
||||||
spec/fixtures/modules/
|
spec/fixtures/
|
||||||
.vagrant/
|
.vagrant/
|
||||||
.bundle/
|
.bundle/
|
||||||
coverage/
|
coverage/
|
||||||
.idea/
|
.idea/
|
||||||
*.swp
|
*.swp
|
||||||
*.iml
|
*.iml
|
||||||
openstack/
|
/openstack
|
||||||
|
/log
|
||||||
|
|
||||||
# Files created by releasenotes build
|
# Files created by releasenotes build
|
||||||
releasenotes/build
|
releasenotes/build
|
||||||
|
Loading…
Reference in New Issue
Block a user