diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-03-23 12:25:47 +0000 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-03-23 14:51:09 +0000 |
| commit | 1a1361040f081e6a87ff3733ade1d07faf80eb8c (patch) | |
| tree | c0001cb1c5eaf6be6d9639530a1fd3706c75faef | |
| parent | d02c604d31b7c78e122257b804db38e1f56196cd (diff) | |
| download | poky-1a1361040f081e6a87ff3733ade1d07faf80eb8c.tar.gz | |
.gitignore: ignore bblayers.conf
Signed-off-by: Joshua Lock <josh@linux.intel.com>
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52b6171d8e..7c69c6416a 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | *.pyc | 1 | *.pyc |
| 2 | *.pyo | 2 | *.pyo |
| 3 | build/conf/local.conf | 3 | build/conf/local.conf |
| 4 | build/conf/bblayers.conf | ||
| 4 | build/tmp/ | 5 | build/tmp/ |
| 5 | scripts/poky-git-proxy-socks | 6 | scripts/poky-git-proxy-socks |
| 6 | sources/ | 7 | sources/ |
