.gitignore 171 B

1234567891011121314151617
  1. bitbake
  2. *.pyc
  3. *.pyo
  4. /*.patch
  5. /build*/
  6. pyshtables.py
  7. pstage/
  8. scripts/oe-git-proxy-socks
  9. sources/
  10. meta-*/
  11. !meta-skeleton
  12. !meta-selftest
  13. hob-image-*.bb
  14. *.swp
  15. *.orig
  16. *.rej
  17. *~