diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 36 |
1 files changed, 9 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore index 94894cea21..d8f2259228 100644 --- a/.gitignore +++ b/.gitignore @@ -1,35 +1,17 @@ +bitbake *.pyc *.pyo -build/conf/local.conf -build/conf/bblayers.conf -build/tmp/ +/*.patch +/build*/ +pyshtables.py pstage/ -scripts/poky-git-proxy-socks +scripts/oe-git-proxy-socks sources/ -meta-darwin -meta-maemo -meta-prvt* -poky-autobuilder* +meta-*/ +!meta-skeleton +!meta-selftest +hob-image-*.bb *.swp *.orig *.rej *~ -handbook/poky-doc-tools/Makefile -handbook/poky-doc-tools/Makefile.in -handbook/poky-doc-tools/aclocal.m4 -handbook/poky-doc-tools/autom4te.cache/ -handbook/poky-doc-tools/common/Makefile -handbook/poky-doc-tools/common/Makefile.in -handbook/poky-doc-tools/common/fop-config.xml -handbook/poky-doc-tools/config.log -handbook/poky-doc-tools/config.status -handbook/poky-doc-tools/configure -handbook/poky-doc-tools/install-sh -handbook/poky-doc-tools/missing -handbook/poky-doc-tools/poky-docbook-to-pdf -handbook/poky-handbook.html -handbook/poky-handbook.pdf -handbook/poky-handbook.tgz -handbook/bsp-guide.html -handbook/bsp-guide.pdf - |
