44f50d6ff4
Rather than waiting for each contributor to attempt to submit a change to .gitignore trying to add the $editor_of_the_week hidden directory just to be rejected, let's just ignore hidden files/dirs by default in the top-level neutron directory. Change-Id: I145bec958a3db7423a4e820a310b138ed189d2cc
32 lines
373 B
Plaintext
32 lines
373 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
*.DS_Store
|
|
*.pyc
|
|
neutron.egg-info/
|
|
neutron/vcsversion.py
|
|
neutron/versioninfo
|
|
pbr*.egg/
|
|
quantum.egg-info/
|
|
quantum/vcsversion.py
|
|
quantum/versioninfo
|
|
run_tests.err.log
|
|
run_tests.log
|
|
setuptools*.egg/
|
|
subunit.log
|
|
*.mo
|
|
*.sw?
|
|
*~
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.testr.conf
|