summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKrzysztof Blazewicz <blazewicz.krzysztof@gmail.com>2016-08-27 10:15:00 +0200
committerDamien George <damien.p.george@gmail.com>2016-08-29 15:40:00 +1000
commitd1a366fdd4a0f60e0487bd45a8b456804c75ea5d (patch)
tree5140a6ff1967b678d5fef1a2be74bb6cf7c7f52b
parentc777b6950eed1b48bb88fb8b343eeed85b13560f (diff)
downloadmicropython-d1a366fdd4a0f60e0487bd45a8b456804c75ea5d.tar.gz
micropython-d1a366fdd4a0f60e0487bd45a8b456804c75ea5d.zip
.gitignore: Add *.pyc, because Python 2 doesn't use __pycache__.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 450bbd8639..a6295928d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ tests/*.out
# Python cache files
######################
__pycache__/
+*.pyc
# Customized Makefile/project overrides
######################