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



commit 5e13fd64c37bab259f65ed5e700d8e40cc3077f7
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]