BIND 10 master, updated. b35f3264ece9358619c3831aa6fe6bf74a14c8c9 Update .gitignore files

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Mar 14 08:13:15 UTC 2012


The branch, master has been updated
       via  b35f3264ece9358619c3831aa6fe6bf74a14c8c9 (commit)
      from  69aae7b1a831c5393785759efa3bcdcd238f599c (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 b35f3264ece9358619c3831aa6fe6bf74a14c8c9
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Mar 14 13:42:13 2012 +0530

    Update .gitignore files

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

Summary of changes:
 .gitignore                          |    1 +
 src/lib/dns/python/tests/.gitignore |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
 delete mode 100644 src/lib/dns/python/tests/.gitignore

-----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 600aac3..1dfbe9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 *.o
 .deps/
 .libs/
+__pycache__/
 Makefile
 Makefile.in
 TAGS
diff --git a/src/lib/dns/python/tests/.gitignore b/src/lib/dns/python/tests/.gitignore
deleted file mode 100644
index 225fc6f..0000000
--- a/src/lib/dns/python/tests/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/__pycache__



More information about the bind10-changes mailing list