From a1002f6984222c84161cbed364f3968f377945ce Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Wed, 27 Jan 2016 09:32:19 +0100 Subject: [PATCH] Update .gitignore with generated files Signed-off-by: Joachim Nilsson --- .gitignore | 45 ++++++++++++++++++++++----------------------- examples/.gitignore | 3 +++ m4/.gitignore | 1 + src/.gitignore | 2 ++ 4 files changed, 28 insertions(+), 23 deletions(-) create mode 100644 examples/.gitignore create mode 100644 m4/.gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore index 3aad3f4..8a72485 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,24 @@ -Makefile -archive -autom4te.cache -config.h -config.log -config.status -libtool -examples/.deps -examples/Makefile -examples/cli -examples/cli.o -examples/testit -examples/testit.o -include/Makefile -man/Makefile -man/Makefile -src/.deps -src/Makefile -src/*.o -src/*.lo -src/libeditline.a -src/libeditline.la -stamp-h1 *~ */.libs/ +*.lo +*.o +.deps +Makefile +Makefile.in +aclocal.m4 +archive +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..2e858a7 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,3 @@ +*.o +cli +testit diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..0f4126c --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1 @@ +*.m4 diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..3057f3a --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,2 @@ +libeditline.a +libeditline.la