From db3c73cb1acb21039ce9d921638d4c400ff65d74 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Thu, 26 May 2016 21:07:53 +0100 Subject: [PATCH] Introduce gitignore Signed-off-by: Ikey Doherty --- .gitignore | 10 ++++++++++ m4/.gitignore | 1 + 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 m4/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72f3c7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +build-aux/ +config.* +configure +libtool +stamp-h1 +m4/*.m4 diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1 @@ +