BIND 10 master, updated. 7f4bf2e2f9b9eaf3410bf22f918478cf4a5f0ec2 [master] Add .gitignore entries
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 10 06:04:58 UTC 2013
The branch, master has been updated
via 7f4bf2e2f9b9eaf3410bf22f918478cf4a5f0ec2 (commit)
via e45f325ec7438e0ecd09d37a7d938348232b994d (commit)
from ec4df20fd7827f622fd9aecf21faae072337b32d (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 7f4bf2e2f9b9eaf3410bf22f918478cf4a5f0ec2
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Jul 10 11:34:10 2013 +0530
[master] Add .gitignore entries
commit e45f325ec7438e0ecd09d37a7d938348232b994d
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Jul 10 11:27:53 2013 +0530
[master] Add .gitignore for automake's new parallel harness test log files
These *.log and *.trs are created in all the tests/ directories when
gtest unittests are run with automake 1.13.4.
See: http://www.gnu.org/software/automake/manual/automake.html#Parallel-Test-Harness
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 ++++
src/bin/d2/tests/.gitignore | 1 +
src/bin/memmgr/.gitignore | 1 +
src/lib/python/isc/server_common/.gitignore | 1 +
4 files changed, 7 insertions(+)
create mode 100644 src/lib/python/isc/server_common/.gitignore
-----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 7bc41b4..45f9424 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,9 @@ Makefile
Makefile.in
TAGS
+*.log
+*.trs
+
/aclocal.m4
/autom4te.cache/
/config.guess
@@ -30,6 +33,7 @@ TAGS
/missing
/py-compile
/stamp-h1
+/test-driver
/all.info
/coverage-cpp-html
diff --git a/src/bin/d2/tests/.gitignore b/src/bin/d2/tests/.gitignore
index 9a1b143..3e1a1b7 100644
--- a/src/bin/d2/tests/.gitignore
+++ b/src/bin/d2/tests/.gitignore
@@ -1 +1,2 @@
/d2_unittests
+/test_data_files_config.h
diff --git a/src/bin/memmgr/.gitignore b/src/bin/memmgr/.gitignore
index 3743d58..b92e3f5 100644
--- a/src/bin/memmgr/.gitignore
+++ b/src/bin/memmgr/.gitignore
@@ -2,3 +2,4 @@
/memmgr.py
/memmgr.spec
/b10-memmgr.8
+/memmgr.spec.pre
diff --git a/src/lib/python/isc/server_common/.gitignore b/src/lib/python/isc/server_common/.gitignore
new file mode 100644
index 0000000..63239b7
--- /dev/null
+++ b/src/lib/python/isc/server_common/.gitignore
@@ -0,0 +1 @@
+/bind10_server.py
More information about the bind10-changes
mailing list