Add __pycache__ to .gitignore
This commit adds __pycache__ to .gitignore. __pycache__ directories are made by python 3 execution and we check un-ignored files after the tests in the gate jobs. And a lot of __pycache__ directories are listed in the logs. However, it is expected directories so it should be ignored. Change-Id: I4cfd3475dd2fe1e5b586a28296983a3914236d70
This commit is contained in:
parent
0a70535150
commit
01cce04c2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
AUTHORS
|
AUTHORS
|
||||||
ChangeLog
|
ChangeLog
|
||||||
*.pyc
|
*.pyc
|
||||||
|
__pycache__/
|
||||||
etc/tempest.conf
|
etc/tempest.conf
|
||||||
etc/tempest.conf.sample
|
etc/tempest.conf.sample
|
||||||
etc/logging.conf
|
etc/logging.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user