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:
hayderimran7 2015-10-20 22:26:22 -07:00
parent 0ab14b0262
commit 3f53e4d983

21
.gitignore vendored
View File

@ -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