summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-07-24 14:32:20 +0100
committerDamien George <damien.p.george@gmail.com>2014-07-24 14:32:20 +0100
commit05c255f039b5c0fbdcb0754748fd5d36135acfd9 (patch)
treeb98b7accfc48ad3e441e1ef466459f0a73d43acd
parentffe911d228c3b7e35ef6ae775c802cdd05cffa47 (diff)
parent1bbdd4ed2ac060106998fe2ba19551a0f51493cb (diff)
downloadmicropython-05c255f039b5c0fbdcb0754748fd5d36135acfd9.tar.gz
micropython-05c255f039b5c0fbdcb0754748fd5d36135acfd9.zip
Merge pull request #771 from dhylands/gitignore-GNUmakefile
Add GNUmakefile to the .gitignore file.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c0191f692..64f72aee5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,6 @@ tests/*.out
# Python cache files
######################
__pycache__/
+
+# Customized Makefile overrides
+GNUmakefile