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>
This commit is contained in:
1
ports/unix/.gitignore
vendored
1
ports/unix/.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
micropython
|
||||
micropython-*
|
||||
*.py
|
||||
*.gcov
|
||||
|
||||
Reference in New Issue
Block a user