diff options
author | Damien George <damien.p.george@gmail.com> | 2020-03-03 12:54:17 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-03-03 12:54:17 +1100 |
commit | 9c07c973c18fbe2f44ae98cd51a4a6c532b600c7 (patch) | |
tree | 13c6b6cd5f987bb6225687fbd40781b4794eb02a | |
parent | 1993c8cf9af930cd6ff2f28390ac3a8a09d5b297 (diff) |
examples/natmod: Add .gitignore to ignore generated example .mpy files.
-rw-r--r-- | examples/natmod/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/natmod/.gitignore b/examples/natmod/.gitignore new file mode 100644 index 000000000..4815d20f0 --- /dev/null +++ b/examples/natmod/.gitignore @@ -0,0 +1 @@ +*.mpy |