BIND 10 master, updated. 0187e5f3edb50f42f4f3388decd555518df71bf3 [master] Update various .gitignore files
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 19 10:27:44 UTC 2012
The branch, master has been updated
via 0187e5f3edb50f42f4f3388decd555518df71bf3 (commit)
from febd7504e90b57453ca53ef754093adf1d7a8899 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0187e5f3edb50f42f4f3388decd555518df71bf3
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Sep 19 15:57:22 2012 +0530
[master] Update various .gitignore files
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/.gitignore | 4 +++-
src/bin/dhcp6/.gitignore | 15 +++++----------
src/bin/dhcp6/tests/.gitignore | 1 +
tests/tools/perfdhcp/.gitignore | 1 +
4 files changed, 10 insertions(+), 11 deletions(-)
create mode 100644 src/bin/dhcp6/tests/.gitignore
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/.gitignore b/src/bin/dhcp4/.gitignore
index 952db06..86965b9 100644
--- a/src/bin/dhcp4/.gitignore
+++ b/src/bin/dhcp4/.gitignore
@@ -1,4 +1,6 @@
/b10-dhcp4
+/b10-dhcp4.8
+/dhcp4_messages.cc
+/dhcp4_messages.h
/spec_config.h
/spec_config.h.pre
-/b10-dhcp4.8
diff --git a/src/bin/dhcp6/.gitignore b/src/bin/dhcp6/.gitignore
index eedbb84..5878189 100644
--- a/src/bin/dhcp6/.gitignore
+++ b/src/bin/dhcp6/.gitignore
@@ -1,11 +1,6 @@
-*~
-Makefile
-Makefile.in
-*.o
-.deps
-.libs
-b10-dhcp6
-spec_config.h
-spec_config.h.pre
-tests/dhcp6_unittests
+/b10-dhcp6
/b10-dhcp6.8
+/dhcp6_messages.cc
+/dhcp6_messages.h
+/spec_config.h
+/spec_config.h.pre
diff --git a/src/bin/dhcp6/tests/.gitignore b/src/bin/dhcp6/tests/.gitignore
new file mode 100644
index 0000000..e170d18
--- /dev/null
+++ b/src/bin/dhcp6/tests/.gitignore
@@ -0,0 +1 @@
+/dhcp6_unittests
diff --git a/tests/tools/perfdhcp/.gitignore b/tests/tools/perfdhcp/.gitignore
index 1a8375a..3660766 100644
--- a/tests/tools/perfdhcp/.gitignore
+++ b/tests/tools/perfdhcp/.gitignore
@@ -1 +1,2 @@
/perfdhcp
+/perfdhcp2
More information about the bind10-changes
mailing list