From ca6a658abd06d3b57fb28761585ab9a0ac4ddc42 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 2 Jan 2017 11:25:52 +0100 Subject: [PATCH] gitignore: ignore files generated by autotools Signed-off-by: Bartosz Golaszewski --- .gitignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 902af2f..91b11dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,26 @@ !.gitignore -libgpiod.so +libgpiod.la gpiodetect gpioinfo gpioget gpioset *.o +*.lo + +# autotools stuff +.deps/ +.libs/ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +autostuff/ +config.h +config.h.in +config.h.in~ +config.log +config.status +configure +libtool +m4/ +stamp-h1 -- 2.30.2