From 3f53e4d983387b9b6302afc8ab01754df050047f Mon Sep 17 00:00:00 2001 From: hayderimran7 Date: Tue, 20 Oct 2015 22:26:22 -0700 Subject: [PATCH] Add all non-static files to gitignore. The sample.conf and dist/ build/ folders are excluded , and gitignore file is updated. Change-Id: I76ee3acd5dedce50314ad9796faca42cead96c25 --- .gitignore | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 603d78d..e8d7366 100644 --- a/.gitignore +++ b/.gitignore @@ -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