diff options
| author | Dave Hylands <dhylands@gmail.com> | 2014-07-24 00:09:56 -0700 |
|---|---|---|
| committer | Dave Hylands <dhylands@gmail.com> | 2014-07-24 00:09:56 -0700 |
| commit | 1bbdd4ed2ac060106998fe2ba19551a0f51493cb (patch) | |
| tree | 6b4ef4709af5cf5c0a9b317ac6e1c2b6d010e9fd | |
| parent | 4ecb700fe34491c563372ffa72387ef6d45ce5d8 (diff) | |
Add GNUmakefile to the .gitignore file.
| -rw-r--r-- | .gitignore | 3 |
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 |
