From 1bbdd4ed2ac060106998fe2ba19551a0f51493cb Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Thu, 24 Jul 2014 00:09:56 -0700 Subject: [PATCH] Add GNUmakefile to the .gitignore file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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