From b0be600993331ba6a4dcb8ee77799b821bdd1872 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Jun 2008 03:28:09 +0200 Subject: add gitignore files --- .gitignore | 25 +++++++++++++++++++++++++ doc/.gitignore | 4 ++++ examples/.gitignore | 2 ++ 3 files changed, 31 insertions(+) create mode 100644 .gitignore create mode 100644 doc/.gitignore create mode 100644 examples/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5489ad1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +Makefile +Makefile.in +*.lo +*.la +*.o +.deps/ +.libs/ +*.cache +stamp-* +README +aclocal.m4 +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libdaemon.pc +libdaemon.spec +libtool +ltmain.sh +missing diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..9bc8009 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,4 @@ +README +README.html +doxygen.conf + diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..db50de7 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,2 @@ +testd + -- cgit