diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2012-09-12 23:32:46 +0100 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2013-01-18 17:28:25 +0000 |
commit | 5ef579b5935e2e5593ca367bca32a3517e42c510 (patch) | |
tree | 484e714106ff02fe601d0ebb2b2e62fecd0e0edf /.gitignore | |
parent | c9fe28c93b4d4466ea0d55dd03626d2565e28cdb (diff) |
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 <neil@linux.intel.com>
(cherry picked from commit e97a1bb33a10dc4ea8a23a30cd5e78391439c84f)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ compile *.la *.gcov *.exe -README +/README stamp-enum-types stamp-marshal /build/autotools/*.m4 |