Updates .gitignore
Remove files we don't generate in the sources. Change-Id: If544e0048a43ea0533ae068d3802e5bc1b62f826 Closes-Bug: #1256043
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -3,9 +3,6 @@
|
|||||||
*,cover
|
*,cover
|
||||||
cover
|
cover
|
||||||
*.pyc
|
*.pyc
|
||||||
.idea
|
|
||||||
*.swp
|
|
||||||
*~
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
@@ -15,6 +12,6 @@ run_tests.err.log
|
|||||||
doc/source/api
|
doc/source/api
|
||||||
*.egg
|
*.egg
|
||||||
heatclient/versioninfo
|
heatclient/versioninfo
|
||||||
python_heatclient.egg-info
|
*.egg-info
|
||||||
*.log
|
*.log
|
||||||
.testrepository
|
.testrepository
|
||||||
|
|||||||
Reference in New Issue
Block a user