From 14d5d68ece34ff210f36bb67edc609aa781e25d1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 5 Jan 2018 10:40:36 +0000 Subject: [PATCH] Ignore many more files generated by the build. --- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8714dae..f89c32b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,28 @@ +*~ +*.o + Makefile.in +Makefile -/INSTALL +/.deps /aclocal.m4 +/autom4te.cache /compile +/config.h /config.h.in +/config.log +/config.status /configure /depcomp +/inb +/inb.1 +/inl +/INSTALL /install-sh +/inw /ioport.spec /missing +/outb +/outl +/outw +/stamp-h1 -- 1.8.3.1