* .gitignore: Ignore parser.h and all Makefile/Makefile.in files. --- Hi,
This just cleans up a few new generated files in MIG that I noticed when preparing the last patch. Thanks. David .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 64826f6..33ef4a8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,12 +8,13 @@ /mig /migcom /parser.c +/parser.h +Makefile +Makefile.in autom4te.cache/ build-aux/ /INSTALL -/Makefile -/Makefile.in /aclocal.m4 /config.log /config.status -- 2.5.5