
To exclude nose test results from git management, add '*nose_results.html' into .gitignore. Change-Id: I256cbc22fdb09a834c83a890c903e2372fc23453
23 lines
246 B
Plaintext
23 lines
246 B
Plaintext
AUTHORS
|
|
ChangeLog
|
|
build
|
|
cover
|
|
doc/source/sourcecode
|
|
magnum_ui/test/.secret_key_store
|
|
node_modules
|
|
npm-debug.log
|
|
releasenotes/build
|
|
.coverage*
|
|
.jshintrc
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
.tox
|
|
.venv
|
|
*.egg*
|
|
*.lock
|
|
*.pyc
|
|
*.swp
|
|
*.mo
|
|
*nose_results.html
|