From 55068b3f74a327dfe6b6459dc7226ae65f5ea3d1 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 29 Jul 2009 17:21:28 +0200 Subject: [PATCH] Ignore all files but *.rst in git repository --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ef04f9db..8eb0b996 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -!*.rst \ No newline at end of file +* +!*.rst