Add all non-static files to gitignore.
The sample.conf and dist/ build/ folders are excluded , and gitignore file is updated. Change-Id: I76ee3acd5dedce50314ad9796faca42cead96c25
This commit is contained in:
parent
0ab14b0262
commit
3f53e4d983
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,8 +1,17 @@
|
||||
**.pyc
|
||||
*.egg-info
|
||||
.venv
|
||||
.tox
|
||||
.testrepository
|
||||
build/*
|
||||
*.pyc
|
||||
*~
|
||||
etc/gceapi/gceapi.conf.sample
|
||||
.project
|
||||
.pydevproject
|
||||
.idea
|
||||
nbproject/
|
||||
*.egg-info
|
||||
.tox
|
||||
*.log
|
||||
*.egg
|
||||
*.swp
|
||||
*.swo
|
||||
build
|
||||
dist
|
||||
.testrepository
|
||||
.venv
|
||||
|
Loading…
Reference in New Issue
Block a user