summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-08-22 12:11:41 +0300
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-08-22 12:11:41 +0300
commit8bc2a0a1a7614f8a0b5ad43b7e486e129a5ea7a7 (patch)
tree144419290f7e68701f88c35ddef70f2f819af035
parent18b80315199612c2d783fcaf56c5754eea6995bd (diff)
Added .gitignore
-rw-r--r--.gitignore53
1 files changed, 53 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7b1c9bd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,53 @@
+# Build targets
+src/sofiasip.manager
+src/telepathy-sofiasip
+src/write-mgr-file
+tpsip-extensions/_gen
+tpsip-extensions/extensions.html
+data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service
+docs/telepathy-sofiasip.8
+tests/exec-with-log.sh
+tests/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service
+tests/run-with-tmp-session-bus.conf
+
+# Built source files
+signals-marshal.[ch]
+src/*-enumtypes.[ch]
+
+# Distribution tarballs
+/telepathy-sofiasip-*.tar.gz*
+
+# Output files and build directories
+.libs
+*.o
+*.lo
+*.la
+*.py[co]
+
+# Autogenerated build files
+/aclocal.m4
+/autom4te.cache
+/compile
+/config.guess*
+/config.h.in
+/config.h
+/config.log
+/config.status
+/config.sub*
+/configure
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/stamp-h1
+Makefile.in
+Makefile
+
+# The autoinstalled GNU autotools boilerplate
+/INSTALL
+
+# Eclipse project files
+/.project
+/.cdtproject
+/.settings