From 5a6ac2e9a9410c5c551dc3b97e8e2dc69f8b2a1d Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Sun, 13 Dec 2009 21:54:27 +0100 Subject: [PATCH] GITified repo. --- .gitignore | 14 ++++++++++++++ admin/.gitignore | 1 + src/.gitignore | 9 +++++++++ 3 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 admin/.gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86ba46c --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.o +Makefile +Makefile.in +/aclocal.m4 +/autom4te.cache +/autotools +/config.log +/config.status +/configure +/libtool +.deps +.libs +*.la +*.lo diff --git a/admin/.gitignore b/admin/.gitignore new file mode 100644 index 0000000..f2af3af --- /dev/null +++ b/admin/.gitignore @@ -0,0 +1 @@ +/icmpdn.spec diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..52314d3 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,9 @@ +/config.h +/config.h.in +/icmpdnd.8 +/idnlookup.1 +/nss-icmp.7 +/nss-icmp.conf.5 +/icmpdnd +/idnlookup +/stamp-h1 -- 2.11.0