diff options
author | Damien George <damien@micropython.org> | 2022-02-28 18:58:54 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-02-28 19:02:58 +1100 |
commit | 3c2aa5ff93a3b12723c7ca794aa9c583891c349b (patch) | |
tree | acecd2429a09294e94563b5805c17ce5b8d9248f | |
parent | 8626dcd6238e6a85a366f64dccf33724142653b6 (diff) |
unix/.gitignore: Remove *.py from ignore list.
.py files are valid source files and shouldn't be ignored. This line was
from the early days when .py files in the unix directory were used for
testing.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | ports/unix/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/unix/.gitignore b/ports/unix/.gitignore index 674521868..3ca8f6cb2 100644 --- a/ports/unix/.gitignore +++ b/ports/unix/.gitignore @@ -1,4 +1,3 @@ micropython micropython-* -*.py *.gcov |