From c836137521f19b5c09ee6202e2a8f817c33777f8 Mon Sep 17 00:00:00 2001 From: silinoron Date: Tue, 28 Dec 2010 13:09:35 -0800 Subject: [PATCH] Don't ignore the .git folder; but do ignore .hg. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c22373f683..3e276ecb42 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ build/ *.orig *.rej *~ -.git/ +.hg/ *.kdev*