diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 38 |
1 files changed, 9 insertions, 29 deletions
diff --git a/.gitignore b/.gitignore index 43d9f7c437..d8f2259228 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,17 @@ +bitbake *.pyc *.pyo -build/conf/local.conf -build/conf/bblayers.conf -build/downloads -build/tmp/ -build/sstate-cache -build/pyshtables.py +/*.patch +/build*/ +pyshtables.py pstage/ -scripts/poky-git-proxy-socks +scripts/oe-git-proxy-socks sources/ -meta-darwin -meta-maemo -meta-extras -meta-m2 -meta-prvt* -poky-autobuilder* +meta-*/ +!meta-skeleton +!meta-selftest +hob-image-*.bb *.swp *.orig *.rej *~ -documentation/poky-ref-manual/poky-ref-manual.html -documentation/poky-ref-manual/poky-ref-manual.pdf -documentation/poky-ref-manual/poky-ref-manual.tgz -documentation/poky-ref-manual/bsp-guide.html -documentation/poky-ref-manual/bsp-guide.pdf -documentation/bsp-guide/bsp-guide.html -documentation/bsp-guide/bsp-guide.pdf -documentation/bsp-guide/bsp-guide.tgz -documentation/yocto-project-qs/yocto-project-qs.html -documentation/yocto-project-qs/yocto-project-qs.tgz -documentation/kernel-manual/kernel-manual.html -documentation/kernel-manual/kernel-manual.tgz -documentation/kernel-manual/kernel-manual.pdf - - - |
