diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 487f9f0419..6ece6b8e36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,17 @@ +bitbake *.pyc *.pyo -build/conf/local.conf -build/tmp/ -scripts/poky-git-proxy-socks +/*.patch +build*/ +pyshtables.py +pstage/ +scripts/oe-git-proxy-socks sources/ -meta-darwin -meta-maemo -meta-prvt* -poky-autobuilder* +meta-*/ +!meta-skeleton +!meta-hob +hob-image-*.bb *.swp *.orig *.rej +*~ |
