16fe964648
gitignore is not parsing regex, only shell globs, so '^' has no meaning, and local.conf is being thus tracked. This patch properly ignores only local.conf in root of repo but still tracks samples/local.conf and others. Change-Id: I93ef778f1f3ee8101ce21cce377f7b527b7153f3
41 lines
422 B
Plaintext
41 lines
422 B
Plaintext
*~
|
|
.*.sw?
|
|
*.log
|
|
*-log
|
|
*.log.*
|
|
*-log.*
|
|
*.pem
|
|
*.pyc
|
|
.localrc.auto
|
|
.localrc.password
|
|
.prereqs
|
|
.tox
|
|
.stackenv
|
|
accrc
|
|
doc/files
|
|
doc/build
|
|
files/*.gz
|
|
files/*.vmdk
|
|
files/*.rpm
|
|
files/*.rpm.*
|
|
files/*.deb
|
|
files/*.deb.*
|
|
files/*.qcow2
|
|
files/*.img
|
|
files/images
|
|
files/pip-*
|
|
files/get-pip.py*
|
|
files/ir-deploy*
|
|
files/ironic-inspector*
|
|
files/etcd*
|
|
/local.conf
|
|
local.sh
|
|
localrc
|
|
proto
|
|
shocco
|
|
src
|
|
stack-screenrc
|
|
userrc_early
|
|
AUTHORS
|
|
ChangeLog
|