From 0acb2d904db38edc0820c3553ba1e0abf3a5b750 Mon Sep 17 00:00:00 2001 From: Serge Matveenko Date: Tue, 21 Dec 2010 18:11:33 +0300 Subject: [PATCH] Add hidden (.*) files to .gitignore but not the .gitignore itself. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51a9ca1d..9c612961 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.* +!.gitignore *.pyc .*.swp *.egg @@ -6,4 +8,4 @@ docs/_build build/ dist/ mongoengine.egg-info/ -env/ \ No newline at end of file +env/