From 1d308d8de94033d982c08ea6fd21e94c64c8e346 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Fri, 21 Jan 2011 23:03:22 +0100 Subject: [PATCH] Proper .gitignore files The standard stuff that is needed in ignore files to make git status etc commands not to freak out after a build. Signed-off-by: Sami Kerola --- .gitignore | 27 +++++++++++++++++++++++++++ src/.gitignore | 1 + 2 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85ae435 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +aclocal.m4 +autom4te.cache/ +config.guess +config.h +config.h.in +config.h.in~ +config.log +config.status +config.sub +configure +contrib/Makefile +contrib/Makefile.in +depcomp +install-sh +libtool +ltmain.sh +m4/*.m4 +Makefile +Makefile.in +man/Makefile +man/Makefile.in +missing +src/.deps/ +src/Makefile +src/Makefile.in +src/*.o +stamp-h1 diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..b586827 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +dhcpd-pools -- 1.7.10.4