From e9e373ba3d1f65767ded17e911a67f8a598f2ef6 Mon Sep 17 00:00:00 2001 From: Greg Tucker Date: Mon, 22 Apr 2019 16:07:02 -0700 Subject: [PATCH] build: Add gitignore Change-Id: Id839000d997f565e5de5fd570e321587347474bf Signed-off-by: Greg Tucker --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e85c417 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Objects +*~ +*.o +*.lo +*.so +*.dll +*.exp +*.lib +bin + +# Autobuild +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +build-aux +config.* +configure +.deps +.dirstamp +.libs +libtool + +# Generated files +isa-l.h +/libisal.la +libisal.pc +programs/igzip