Cleanup .gitignore
This is not a code repository but a spec repository. Remove entries that are not part of a normal spec repo. Change-Id: I0662cf6edcfbcf984a92071a36ec5899eef40d83
This commit is contained in:
parent
b875d5dc67
commit
630cf29e50
15
{{cookiecutter.repo_name}}/.gitignore
vendored
15
{{cookiecutter.repo_name}}/.gitignore
vendored
@ -1,8 +1,5 @@
|
||||
*.py[cod]
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
@ -10,35 +7,23 @@ dist
|
||||
build
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
var
|
||||
sdist
|
||||
develop-eggs
|
||||
.installed.cfg
|
||||
lib
|
||||
lib64
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
.testrepository
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
||||
# Mr Developer
|
||||
.mr.developer.cfg
|
||||
.project
|
||||
.pydevproject
|
||||
|
||||
# Complexity
|
||||
output/*.html
|
||||
output/*/index.html
|
||||
|
||||
# Sphinx
|
||||
doc/build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user