BIND 10 master, updated. 49c83cc4d393dd69453f4fc43cd7d801e03300ef [master] Update .gitignore files
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 4 11:48:42 UTC 2012
The branch, master has been updated
via 49c83cc4d393dd69453f4fc43cd7d801e03300ef (commit)
from 8ae80ada66174a7748d0ac5a02d9fbe6f443303f (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 49c83cc4d393dd69453f4fc43cd7d801e03300ef
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Apr 4 17:17:53 2012 +0530
[master] Update .gitignore files
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/.gitignore | 1 +
tests/lettuce/configurations/.gitignore | 1 +
.../configurations/multi_instance/.gitignore | 1 +
tests/lettuce/configurations/resolver/.gitignore | 1 +
tests/lettuce/data/ixfr-out/.gitignore | 1 +
tests/lettuce/features/terrain/.gitignore | 1 +
tests/system/bindctl/nsx1/.gitignore | 2 ++
tests/system/glue/nsx1/.gitignore | 2 ++
tests/system/ixfr/in-2/ns1/.gitignore | 1 +
tests/system/ixfr/in-2/nsx2/.gitignore | 1 +
10 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 tests/lettuce/configurations/.gitignore
create mode 100644 tests/lettuce/configurations/multi_instance/.gitignore
create mode 100644 tests/lettuce/configurations/resolver/.gitignore
create mode 100644 tests/lettuce/data/ixfr-out/.gitignore
create mode 100644 tests/lettuce/features/terrain/.gitignore
create mode 100644 tests/system/ixfr/in-2/ns1/.gitignore
create mode 100644 tests/system/ixfr/in-2/nsx2/.gitignore
-----------------------------------------------------------------------
diff --git a/tests/lettuce/.gitignore b/tests/lettuce/.gitignore
index e389f47..f41154c 100644
--- a/tests/lettuce/.gitignore
+++ b/tests/lettuce/.gitignore
@@ -1 +1,2 @@
+/output/
/setup_intree_bind10.sh
diff --git a/tests/lettuce/configurations/.gitignore b/tests/lettuce/configurations/.gitignore
new file mode 100644
index 0000000..bea88b8
--- /dev/null
+++ b/tests/lettuce/configurations/.gitignore
@@ -0,0 +1 @@
+/example.org.config
diff --git a/tests/lettuce/configurations/multi_instance/.gitignore b/tests/lettuce/configurations/multi_instance/.gitignore
new file mode 100644
index 0000000..9509290
--- /dev/null
+++ b/tests/lettuce/configurations/multi_instance/.gitignore
@@ -0,0 +1 @@
+/multi_auth.config
diff --git a/tests/lettuce/configurations/resolver/.gitignore b/tests/lettuce/configurations/resolver/.gitignore
new file mode 100644
index 0000000..8d60553
--- /dev/null
+++ b/tests/lettuce/configurations/resolver/.gitignore
@@ -0,0 +1 @@
+/resolver_basic.config
diff --git a/tests/lettuce/data/ixfr-out/.gitignore b/tests/lettuce/data/ixfr-out/.gitignore
new file mode 100644
index 0000000..f8de78e
--- /dev/null
+++ b/tests/lettuce/data/ixfr-out/.gitignore
@@ -0,0 +1 @@
+/zones.sqlite3
diff --git a/tests/lettuce/features/terrain/.gitignore b/tests/lettuce/features/terrain/.gitignore
new file mode 100644
index 0000000..0d20b64
--- /dev/null
+++ b/tests/lettuce/features/terrain/.gitignore
@@ -0,0 +1 @@
+*.pyc
diff --git a/tests/system/bindctl/nsx1/.gitignore b/tests/system/bindctl/nsx1/.gitignore
index 84432f2..4a8ce05 100644
--- a/tests/system/bindctl/nsx1/.gitignore
+++ b/tests/system/bindctl/nsx1/.gitignore
@@ -1 +1,3 @@
/b10-config.db.template
+/bind10.run
+/bindctl.out
diff --git a/tests/system/glue/nsx1/.gitignore b/tests/system/glue/nsx1/.gitignore
index 1c67281..c0750b3 100644
--- a/tests/system/glue/nsx1/.gitignore
+++ b/tests/system/glue/nsx1/.gitignore
@@ -1 +1,3 @@
/b10-config.db
+/bind10.run
+/bindctl.out
diff --git a/tests/system/ixfr/in-2/ns1/.gitignore b/tests/system/ixfr/in-2/ns1/.gitignore
new file mode 100644
index 0000000..35ae1cb
--- /dev/null
+++ b/tests/system/ixfr/in-2/ns1/.gitignore
@@ -0,0 +1 @@
+/named.run
diff --git a/tests/system/ixfr/in-2/nsx2/.gitignore b/tests/system/ixfr/in-2/nsx2/.gitignore
new file mode 100644
index 0000000..d31eb18
--- /dev/null
+++ b/tests/system/ixfr/in-2/nsx2/.gitignore
@@ -0,0 +1 @@
+/bindctl.out
More information about the bind10-changes
mailing list