devstack/.gitignore
Michal Rostecki 70be0d14a6 gitignore: Ignore all log files
Before this change, only *.log and *.log.[0-9] patterns were
ignored, which was not enough. Examples of file names which were
not ignored:

    devstack.log.2018-08-09-100547
    wget-log
    wget-log.1

Patterns *.log.* and *-log.* work for every log file generated by
devstack.

Change-Id: I6f0de5de74f196ab9df66cf3f2f969e53da01c22
Signed-off-by: Michal Rostecki <mrostecki@suse.de>
2018-08-09 15:30:58 +02:00

41 lines
421 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