From 5ef579b5935e2e5593ca367bca32a3517e42c510 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Wed, 12 Sep 2012 23:32:46 +0100 Subject: gitignore: Only ignore the README file at the root of the repository We should be able to modify/add README files else where in the tree and see them with git status, eg build/mingw/README. Reviewed-by: Neil Roberts (cherry picked from commit e97a1bb33a10dc4ea8a23a30cd5e78391439c84f) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1e227733..7e327ba9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ compile *.la *.gcov *.exe -README +/README stamp-enum-types stamp-marshal /build/autotools/*.m4 -- cgit v1.2.3