Add GNUmakefile to the .gitignore file.

nlr-macros
Dave Hylands 2014-07-24 00:09:56 -07:00
parent 4ecb700fe3
commit 1bbdd4ed2a
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -32,3 +32,6 @@ tests/*.out
# Python cache files
######################
__pycache__/
# Customized Makefile overrides
GNUmakefile