Add gitignore files
This commit adds some gitignore files same as 'cookiecutter'[1]. [1] http://git.openstack.org/cgit/openstack-dev/cookiecutter/tree/%7b%7bcookiecutter.repo_name%7d%7d/.gitignore Change-Id: Ic5c673bb318bd25024bba90bfd4b6fb142f340a9
This commit is contained in:
parent
146fa55933
commit
0aae726f4f
8
.gitignore
vendored
8
.gitignore
vendored
@ -4,16 +4,16 @@ node_modules
|
|||||||
build
|
build
|
||||||
app/js/templates.js
|
app/js/templates.js
|
||||||
app/data
|
app/data
|
||||||
|
*.py[cod]
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
*.egg
|
*.egg*
|
||||||
*.egg-info
|
*.egg-info
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
.eggs
|
|
||||||
eggs
|
eggs
|
||||||
parts
|
parts
|
||||||
bin
|
bin
|
||||||
@ -28,7 +28,9 @@ lib64
|
|||||||
pip-log.txt
|
pip-log.txt
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
.coverage
|
cover/
|
||||||
|
.coverage*
|
||||||
|
!.coveragerc
|
||||||
.tox
|
.tox
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
.testrepository
|
.testrepository
|
||||||
|
Loading…
Reference in New Issue
Block a user