f93b98ac73
The changeset of 893e66360c
,
Change-Id of I367cadc86116621e9574ac203aafdab483d810d3
introduced local.conf and generates .localrc.auto.
But they aren't in .gitignore. This patch adds them into .gitignore.
Change-Id: I7d4dc99d980d9c5b5156cf915646bc96163a3dc4
Closes-Bug: #1267027
22 lines
195 B
Plaintext
22 lines
195 B
Plaintext
proto
|
|
*~
|
|
.*.sw?
|
|
*.log
|
|
*.log.[1-9]
|
|
src
|
|
localrc
|
|
local.sh
|
|
files/*.gz
|
|
files/images
|
|
files/pip-*
|
|
stack-screenrc
|
|
*.pem
|
|
accrc
|
|
.stackenv
|
|
.prereqs
|
|
devstack-docs-*
|
|
docs/
|
|
docs-files
|
|
.localrc.auto
|
|
local.conf
|