[Telepathy-commits] [telepathy-glib/master] Add .gitignore files

Xavier Claessens xclaesse at gmail.com
Thu Aug 14 01:25:17 PDT 2008


---
 .gitignore                     |   43 ++++++++++++++++++++++++++++++++++++++++
 examples/.gitignore            |    2 +
 examples/extensions/.gitignore |    1 +
 tests/.gitignore               |    6 +++++
 tests/dbus/.gitignore          |   14 +++++++++++++
 tools/.gitignore               |    1 +
 6 files changed, 67 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 examples/.gitignore
 create mode 100644 examples/extensions/.gitignore
 create mode 100644 tests/.gitignore
 create mode 100644 tests/dbus/.gitignore
 create mode 100644 tools/.gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..96b93d6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,43 @@
+*.[oa]
+*.lo
+*.la
+Makefile.in
+Makefile
+.deps
+.libs
+*.sw[po]
+*.pc
+*.tar.*
+*.orig
+*.rej
+*.bak
+*~
+*.pyc
+*.loT
+.semanticache
+_gen
+
+INSTALL
+aclocal.m4
+autom4te.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+gtk-doc.make
+install-sh
+libtool
+ltmain.sh
+m4/gtk-doc.m4
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+missing
+stamp-h1
+
diff --git a/examples/.gitignore b/examples/.gitignore
new file mode 100644
index 0000000..2ae68f0
--- /dev/null
+++ b/examples/.gitignore
@@ -0,0 +1,2 @@
+telepathy-example-*
+
diff --git a/examples/extensions/.gitignore b/examples/extensions/.gitignore
new file mode 100644
index 0000000..31aaab4
--- /dev/null
+++ b/examples/extensions/.gitignore
@@ -0,0 +1 @@
+extensions.html
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..5e8a3be
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,6 @@
+test-asv
+test-heap
+test-internal-debug
+test-intset
+test-util
+
diff --git a/tests/dbus/.gitignore b/tests/dbus/.gitignore
new file mode 100644
index 0000000..eb850ca
--- /dev/null
+++ b/tests/dbus/.gitignore
@@ -0,0 +1,14 @@
+test-call-cancellation
+test-channel-introspect
+test-connection
+test-connection-getinterfaces-failure
+test-connection-inject-bug16307
+test-dbus
+test-disconnection
+test-example-no-protocols
+test-finalized-in-invalidated-handler
+test-handle-set
+test-invalidated-while-invoking-signals
+test-properties
+test-unsupported-interface
+
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 0000000..2050cde
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1 @@
+telepathy-glib-env
-- 
1.5.6.3




More information about the Telepathy-commits mailing list