[meta-lts-mixins][scarthgap/go][PATCH] gitignore: add pyc files
Peter Marko <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Peter Marko <[email protected]> Adding go_mixins lib needs ignoring pyc files as if gets compiled and creates temporary files. Signed-off-by: Peter Marko <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc