[Cogl] [PATCH] gitignore: Only ignore the README file at the root of the repository

Damien Lespiau damien.lespiau at gmail.com
Wed Sep 12 15:33:50 PDT 2012


From: Damien Lespiau <damien.lespiau at intel.com>

We should be able to modify/add README files else where in the tree and
see them with git status, eg build/mingw/README.
---
 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1e22773..7e327ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,7 @@ compile
 *.la
 *.gcov
 *.exe
-README
+/README
 stamp-enum-types
 stamp-marshal
 /build/autotools/*.m4
-- 
1.7.7.5



More information about the Cogl mailing list