diff options
author | Matthew McClintock <msm@freescale.com> | 2011-09-29 14:02:54 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:24 +0100 |
commit | 9493ccf0651d031e3f6fe8d27c2884608a10758e (patch) | |
tree | 652b7b5f5fb7fbc3fe27010b7171bcc4b94412fe /.gitignore | |
parent | 55dcda0656bd95382fb77b16b56d77c957eb39fa (diff) | |
download | poky-9493ccf0651d031e3f6fe8d27c2884608a10758e.tar.gz |
Update gitignore to ignore all meta-* directories
meta-XYZ directories have been manually added in the past, instead
always ignore them unless they are explicitly added
(From OE-Core rev: 3c6e85c653ce176fd2cb5a570e63c8e5da5a4e48)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index d44e72926e..11b7024533 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -9,11 +9,9 @@ build*/pyshtables.py | |||
9 | pstage/ | 9 | pstage/ |
10 | scripts/oe-git-proxy-socks | 10 | scripts/oe-git-proxy-socks |
11 | sources/ | 11 | sources/ |
12 | meta-darwin | 12 | meta-* |
13 | meta-maemo | 13 | !meta-skeleton |
14 | meta-extras | 14 | !meta-demoapps |
15 | meta-m2 | ||
16 | meta-prvt* | ||
17 | *.swp | 15 | *.swp |
18 | *.orig | 16 | *.orig |
19 | *.rej | 17 | *.rej |