diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-10-08 16:53:51 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-10-12 13:32:18 +0100 |
commit | 35f36bac4202eaa88f8bd6d972fcb242f8571a73 (patch) | |
tree | 18c4eb17c92a2d5a3f032ec78a6825355783769e /.gitignore | |
parent | 04ace8380c6b0c223bda84bde6e35ffce10b6be9 (diff) | |
download | poky-35f36bac4202eaa88f8bd6d972fcb242f8571a73.tar.gz |
Update gitignore
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a1aad67888..439a15b2cc 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -3,6 +3,8 @@ | |||
3 | build/conf/local.conf | 3 | build/conf/local.conf |
4 | build/conf/bblayers.conf | 4 | build/conf/bblayers.conf |
5 | build/tmp/ | 5 | build/tmp/ |
6 | build/sstate-cache | ||
7 | build/pyshtables.py | ||
6 | pstage/ | 8 | pstage/ |
7 | scripts/poky-git-proxy-socks | 9 | scripts/poky-git-proxy-socks |
8 | sources/ | 10 | sources/ |