summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-09-12 23:32:46 +0100
committerRobert Bragg <robert@linux.intel.com>2013-01-18 17:28:25 +0000
commit5ef579b5935e2e5593ca367bca32a3517e42c510 (patch)
tree484e714106ff02fe601d0ebb2b2e62fecd0e0edf /.gitignore
parentc9fe28c93b4d4466ea0d55dd03626d2565e28cdb (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--.gitignore2
1 files changed, 1 insertions, 1 deletions
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