[cogl/wip/standalone: 4/6] gitignore: Only ignore the README file at the root of the repository



commit 4748d32f8831952a078272224e72c8475507b492
Author: Damien Lespiau <damien lespiau intel com>
Date:   Wed Feb 22 18:02:05 2012 +0000

    gitignore: Only ignore the README file at the root of the repository
    
    We should be able to add README files else where in the tree and see
    them with git status.

 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 364c34b..584938d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,7 @@ compile
 *.la
 *.gcov
 *.exe
-README
+/README
 stamp-enum-types
 stamp-marshal
 /build/win32/*.bat



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]