Add a .gitignore file

The oeqa code in meta-zephyr-core/lib/ generates __pycache__ files which
pollute the development environment. Add a .gitignore file to
automatically exclude these files from commits.

Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Peter Hoyes
2022-08-03 14:38:00 +01:00
committed by Naveen Saini
parent bbb78adff3
commit e7b14167ef

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
__pycache__