BIND 10 master, updated. 99c9c5e589d0359c115265864302b8dfefb210db Add a basic .gitignore to ignore build related fluff

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 8 04:06:57 UTC 2012


The branch, master has been updated
       via  99c9c5e589d0359c115265864302b8dfefb210db (commit)
      from  ead42e5f5189b6fbd72823d6931eddff10409d9a (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 99c9c5e589d0359c115265864302b8dfefb210db
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Mar 8 09:35:48 2012 +0530

    Add a basic .gitignore to ignore build related fluff

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

Summary of changes:
 .gitignore |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

-----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..600aac3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+*.la
+*.lo
+*.o
+.deps/
+.libs/
+Makefile
+Makefile.in
+TAGS
+
+/aclocal.m4
+/autom4te.cache/
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.report
+/config.status
+/config.sub
+/configure
+/cscope.files
+/cscope.out
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/py-compile
+/stamp-h1



More information about the bind10-changes mailing list