c358066282
Per Henry's comments here [1], lets clean this up so it looks nice and fancy like Neutron's .gitignore. [1] https://review.openstack.org/#/c/247855/ Change-Id: Ie843eedc19fff5a0a4c342617c83093aa2cfbcbf Signed-off-by: Kyle Mestery <mestery@mestery.com>
28 lines
306 B
Plaintext
28 lines
306 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
*.DS_Store
|
|
*.pyc
|
|
neutron_lib.egg-info/
|
|
neutron_lib/vcsversion.py
|
|
neutron_lib/versioninfo
|
|
pbr*.egg/
|
|
releasenotes/build
|
|
setuptools*.egg/
|
|
*.log
|
|
*.mo
|
|
*.sw?
|
|
*~
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.testr.conf
|