summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-07-24 00:09:56 -0700
committerDave Hylands <dhylands@gmail.com>2014-07-24 00:09:56 -0700
commit1bbdd4ed2ac060106998fe2ba19551a0f51493cb (patch)
tree6b4ef4709af5cf5c0a9b317ac6e1c2b6d010e9fd
parent4ecb700fe34491c563372ffa72387ef6d45ce5d8 (diff)
Add GNUmakefile to the .gitignore file.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c0191f69..64f72aee5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,6 @@ tests/*.out
# Python cache files
######################
__pycache__/
+
+# Customized Makefile overrides
+GNUmakefile