diff options
| author | Bogdan Oprescu <bogdan.oprescu@enea.com> | 2023-10-26 15:53:34 +0300 |
|---|---|---|
| committer | Bogdan Oprescu <bogdan.oprescu@enea.com> | 2023-10-26 15:53:34 +0300 |
| commit | 2bb8374f717b5700df8cbe87e60ff03515c02887 (patch) | |
| tree | 5e8dda7fb97bc757f4dd718c7ffd5bc2ba4ae9bb /.gitignore | |
| download | poky-daisy-enea-231026.tar.gz | |
Adding the source code from EneaLinux 4.0_6daisy-enea-231026
Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..380228da77 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | *.pyc | ||
| 2 | *.pyo | ||
| 3 | /*.patch | ||
| 4 | /build*/ | ||
| 5 | pyshtables.py | ||
| 6 | pstage/ | ||
| 7 | scripts/oe-git-proxy-socks | ||
| 8 | sources/ | ||
| 9 | meta-*/ | ||
| 10 | !meta-skeleton | ||
| 11 | !meta-selftest | ||
| 12 | hob-image-*.bb | ||
| 13 | *.swp | ||
| 14 | *.orig | ||
| 15 | *.rej | ||
| 16 | *~ | ||
| 17 | !meta-poky | ||
| 18 | !meta-yocto | ||
| 19 | !meta-yocto-bsp | ||
| 20 | !meta-yocto-imported | ||
| 21 | documentation/user-manual/user-manual.html | ||
| 22 | documentation/user-manual/user-manual.pdf | ||
| 23 | documentation/user-manual/user-manual.tgz | ||
| 24 | pull-*/ | ||
| 25 | bitbake/lib/toaster/contrib/tts/backlog.txt | ||
| 26 | bitbake/lib/toaster/contrib/tts/log/* | ||
| 27 | bitbake/lib/toaster/contrib/tts/.cache/* | ||
| 28 | |||
