[gupnp] Add .gitignore.



commit 6ae5d8ca83565ffbc3febb221b1d5de2d75de85b
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Thu Feb 28 09:47:31 2013 +0100

    Add .gitignore.

 .gitignore |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a533723
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,49 @@
+*.la
+*.lo
+*.o
+.deps
+.libs
+Makefile
+Makefile.in
+
+/INSTALL
+/aclocal.m4
+/autom4te.cache/
+/build-aux/
+/config.h
+/config.h.in
+/config.log
+/config.status
+/configure
+/gtk-doc.make
+/libtool
+/stamp-h1
+
+/doc/version.xml
+
+/examples/light-client
+/examples/light-server
+
+/gupnp-1.0-uninstalled.pc
+/gupnp-1.0.pc
+
+/libgupnp/GUPnP-1.0.gir
+/libgupnp/GUPnP-1.0.typelib
+/libgupnp/gupnp-marshal.c
+/libgupnp/gupnp-marshal.h
+
+/m4/gtk-doc.m4
+/m4/libtool.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/lt~obsolete.m4
+
+/tests/gtest/test-context
+/tests/test-browsing
+/tests/test-introspection
+/tests/test-proxy
+/tests/test-server
+
+/vala/gupnp-1.0.stamp
+/vala/gupnp-1.0.vapi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]