BIND 10 master, updated. 061f5a1ae10248ac161b9c5a489eb0405b2c8426 [master] Add .gitignore files
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 29 20:36:52 UTC 2012
The branch, master has been updated
via 061f5a1ae10248ac161b9c5a489eb0405b2c8426 (commit)
from fe5549bb7e546732e338db24abb7ad571f34f668 (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 061f5a1ae10248ac161b9c5a489eb0405b2c8426
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Mar 30 02:06:39 2012 +0530
[master] Add .gitignore files
-----------------------------------------------------------------------
Summary of changes:
src/bin/dbutil/.gitignore | 3 +++
src/bin/dbutil/tests/.gitignore | 2 ++
2 files changed, 5 insertions(+), 0 deletions(-)
create mode 100644 src/bin/dbutil/.gitignore
create mode 100644 src/bin/dbutil/tests/.gitignore
-----------------------------------------------------------------------
diff --git a/src/bin/dbutil/.gitignore b/src/bin/dbutil/.gitignore
new file mode 100644
index 0000000..abb63d5
--- /dev/null
+++ b/src/bin/dbutil/.gitignore
@@ -0,0 +1,3 @@
+/b10-dbutil
+/dbutil.py
+/run_dbutil.sh
diff --git a/src/bin/dbutil/tests/.gitignore b/src/bin/dbutil/tests/.gitignore
new file mode 100644
index 0000000..8248611
--- /dev/null
+++ b/src/bin/dbutil/tests/.gitignore
@@ -0,0 +1,2 @@
+/dbutil_test.sh
+/dbutil_test_verfile_*
More information about the bind10-changes
mailing list