BIND 10 master, updated. d5c2bffa4970fbf53178e4a1975a0e476d3bda32 [master] Update .gitignore files

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Aug 2 08:38:23 UTC 2013


The branch, master has been updated
       via  d5c2bffa4970fbf53178e4a1975a0e476d3bda32 (commit)
      from  26b0ae80ecf50d3868ca059a5965ecb275bb135b (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 d5c2bffa4970fbf53178e4a1975a0e476d3bda32
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Aug 2 14:08:14 2013 +0530

    [master] Update .gitignore files

-----------------------------------------------------------------------

Summary of changes:
 doc/guide/.gitignore               |    1 +
 src/lib/dhcp_ddns/.gitignore       |    2 ++
 src/lib/dhcp_ddns/tests/.gitignore |    1 +
 src/lib/hooks/.gitignore           |    2 ++
 src/lib/hooks/tests/.gitignore     |    4 ++++
 5 files changed, 10 insertions(+)
 create mode 100644 src/lib/dhcp_ddns/.gitignore
 create mode 100644 src/lib/dhcp_ddns/tests/.gitignore
 create mode 100644 src/lib/hooks/.gitignore
 create mode 100644 src/lib/hooks/tests/.gitignore

-----------------------------------------------------------------------
diff --git a/doc/guide/.gitignore b/doc/guide/.gitignore
index 168d4ed..fc2510e 100644
--- a/doc/guide/.gitignore
+++ b/doc/guide/.gitignore
@@ -1,3 +1,4 @@
 /bind10-guide.html
 /bind10-guide.txt
 /bind10-messages.html
+/bind10-messages.xml
diff --git a/src/lib/dhcp_ddns/.gitignore b/src/lib/dhcp_ddns/.gitignore
new file mode 100644
index 0000000..6388b8c
--- /dev/null
+++ b/src/lib/dhcp_ddns/.gitignore
@@ -0,0 +1,2 @@
+/dhcp_ddns_messages.cc
+/dhcp_ddns_messages.h
diff --git a/src/lib/dhcp_ddns/tests/.gitignore b/src/lib/dhcp_ddns/tests/.gitignore
new file mode 100644
index 0000000..f022996
--- /dev/null
+++ b/src/lib/dhcp_ddns/tests/.gitignore
@@ -0,0 +1 @@
+/libdhcp_ddns_unittests
diff --git a/src/lib/hooks/.gitignore b/src/lib/hooks/.gitignore
new file mode 100644
index 0000000..5a9364c
--- /dev/null
+++ b/src/lib/hooks/.gitignore
@@ -0,0 +1,2 @@
+/hooks_messages.cc
+/hooks_messages.h
diff --git a/src/lib/hooks/tests/.gitignore b/src/lib/hooks/tests/.gitignore
new file mode 100644
index 0000000..6fa0ec3
--- /dev/null
+++ b/src/lib/hooks/tests/.gitignore
@@ -0,0 +1,4 @@
+/marker_file.h
+/test_libraries.h
+
+/run_unittests



More information about the bind10-changes mailing list