From a71fee173be8f2f6f4dea5b95697457a66bb27f2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 22 Jun 2008 15:13:23 +0200 Subject: add gitignore file --- .gitignore | 23 +++++++++++++++++++++++ doc/.gitignore | 2 ++ 2 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 doc/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a3cb625 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*.lo +*.la +*.o +.libs/ +.deps/ +stamp-* +Makefile +Makefile.in +*.cache +aclocal.m4 +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +README diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..bc63974 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,2 @@ +README +README.html -- cgit