BIND 10 master, updated. 4c9255afa0727284de95283783d5e40dc7341606 [master] Add/update .gitignore files

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 25 16:20:35 UTC 2013


The branch, master has been updated
       via  4c9255afa0727284de95283783d5e40dc7341606 (commit)
      from  2642fcae535a72ea8a5a3e97fcc7f20391fe9306 (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 4c9255afa0727284de95283783d5e40dc7341606
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Feb 25 21:50:16 2013 +0530

    [master] Add/update .gitignore files

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

Summary of changes:
 src/bin/auth/.gitignore                       |    5 +++++
 src/bin/auth/tests/.gitignore                 |    1 +
 src/bin/bind10/.gitignore                     |    5 ++++-
 src/bin/bind10/tests/.gitignore               |    2 +-
 src/lib/cc/.gitignore                         |    1 +
 src/lib/dns/python/.gitignore                 |    2 ++
 src/lib/python/isc/cc/cc_generated/.gitignore |    2 ++
 7 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 src/lib/dns/python/.gitignore
 create mode 100644 src/lib/python/isc/cc/cc_generated/.gitignore

-----------------------------------------------------------------------
diff --git a/src/bin/auth/.gitignore b/src/bin/auth/.gitignore
index fb06b83..c3db95b 100644
--- a/src/bin/auth/.gitignore
+++ b/src/bin/auth/.gitignore
@@ -6,3 +6,8 @@
 /spec_config.h
 /spec_config.h.pre
 /b10-auth.8
+/b10-auth.xml
+/gen-statisticsitems.py
+/gen-statisticsitems.py.pre
+/statistics.cc
+/statistics_items.h
diff --git a/src/bin/auth/tests/.gitignore b/src/bin/auth/tests/.gitignore
index a45eff7..337acc7 100644
--- a/src/bin/auth/tests/.gitignore
+++ b/src/bin/auth/tests/.gitignore
@@ -1,3 +1,4 @@
 /run_unittests
 /example_base_inc.cc
 /example_nsec3_inc.cc
+/statistics_unittest.cc
diff --git a/src/bin/bind10/.gitignore b/src/bin/bind10/.gitignore
index ce6632d..411e4fd 100644
--- a/src/bin/bind10/.gitignore
+++ b/src/bin/bind10/.gitignore
@@ -1,3 +1,6 @@
-/b10-init.py
 /run_bind10.sh
+/bind10
 /bind10.8
+/b10-init
+/b10-init.8
+/init.py
diff --git a/src/bin/bind10/tests/.gitignore b/src/bin/bind10/tests/.gitignore
index 5e54716..575a4c5 100644
--- a/src/bin/bind10/tests/.gitignore
+++ b/src/bin/bind10/tests/.gitignore
@@ -1 +1 @@
-/bind10_test.py
+/init_test.py
diff --git a/src/lib/cc/.gitignore b/src/lib/cc/.gitignore
index cb2800f..d1e56df 100644
--- a/src/lib/cc/.gitignore
+++ b/src/lib/cc/.gitignore
@@ -1,4 +1,5 @@
 /cc_messages.cc
 /cc_messages.h
+/proto_defs.h
 /session_config.h
 /session_config.h.pre
diff --git a/src/lib/dns/python/.gitignore b/src/lib/dns/python/.gitignore
new file mode 100644
index 0000000..025ddd1
--- /dev/null
+++ b/src/lib/dns/python/.gitignore
@@ -0,0 +1,2 @@
+/rrclass_constants_inc.cc
+/rrtype_constants_inc.cc
diff --git a/src/lib/python/isc/cc/cc_generated/.gitignore b/src/lib/python/isc/cc/cc_generated/.gitignore
new file mode 100644
index 0000000..5755493
--- /dev/null
+++ b/src/lib/python/isc/cc/cc_generated/.gitignore
@@ -0,0 +1,2 @@
+/__init__.py
+/proto_defs.py



More information about the bind10-changes mailing list