From e76f06b83a05d0a44fcac70c4a3c781d930ab23b Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 8 Oct 2014 16:57:31 -0400 Subject: [PATCH] gitignore /.* Ignore all dotfiles in the base dir of the tree except for .gitignore. This should solve the "ignore my IDE's files" problem in a general way. Change-Id: I689220b303d24c65c5fe9523eadc8ad48a93737f --- .gitignore | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index b799ebdf6..398c3da11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ -.coverage -.venv +/.* +!.gitignore .*.sw? -.tox -.testrepository subunit.log *,cover cover @@ -14,7 +12,3 @@ build dist cinderclient/versioninfo python_cinderclient.egg-info - -# Development environment files -.project -.pydevproject