BIND 10 master, updated. 156c5f32bb38cdb94361726fe4f0d40adf39bbdd [master] Update .gitignore files
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jun 3 09:13:01 UTC 2013
The branch, master has been updated
via 156c5f32bb38cdb94361726fe4f0d40adf39bbdd (commit)
from 587f61464634214c7cdbbb204652eb63b11eea3b (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 156c5f32bb38cdb94361726fe4f0d40adf39bbdd
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Jun 3 14:42:51 2013 +0530
[master] Update .gitignore files
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/.gitignore | 6 ++++++
src/bin/d2/tests/.gitignore | 1 +
src/bin/resolver/bench/.gitignore | 1 +
.../log/interprocess}/tests/.gitignore | 0
4 files changed, 8 insertions(+)
create mode 100644 src/bin/d2/.gitignore
create mode 100644 src/bin/d2/tests/.gitignore
create mode 100644 src/bin/resolver/bench/.gitignore
copy src/{bin/resolver => lib/log/interprocess}/tests/.gitignore (100%)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/.gitignore b/src/bin/d2/.gitignore
new file mode 100644
index 0000000..7b03931
--- /dev/null
+++ b/src/bin/d2/.gitignore
@@ -0,0 +1,6 @@
+/b10-d2
+/b10-d2.8
+/d2_messages.cc
+/d2_messages.h
+/spec_config.h
+/spec_config.h.pre
diff --git a/src/bin/d2/tests/.gitignore b/src/bin/d2/tests/.gitignore
new file mode 100644
index 0000000..9a1b143
--- /dev/null
+++ b/src/bin/d2/tests/.gitignore
@@ -0,0 +1 @@
+/d2_unittests
diff --git a/src/bin/resolver/bench/.gitignore b/src/bin/resolver/bench/.gitignore
new file mode 100644
index 0000000..5af2afe
--- /dev/null
+++ b/src/bin/resolver/bench/.gitignore
@@ -0,0 +1 @@
+/resolver-bench
diff --git a/src/lib/log/interprocess/tests/.gitignore b/src/lib/log/interprocess/tests/.gitignore
new file mode 100644
index 0000000..d6d1ec8
--- /dev/null
+++ b/src/lib/log/interprocess/tests/.gitignore
@@ -0,0 +1 @@
+/run_unittests
More information about the bind10-changes
mailing list