summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-03-23 17:30:47 +0000
committerSimon McVittie <smcv@debian.org>2010-03-23 17:30:47 +0000
commit7df762706269a91cb79956d9405f4194aa4d60cc (patch)
tree809c0a67a931255683ba72136828b1c9c1c35831 /.gitignore
parent82f9efe2287e160116261ec71b3ac484702bf72c (diff)
downloadtelepathy-logger-7df762706269a91cb79956d9405f4194aa4d60cc.tar.gz
Sort .gitignore, approximately by directory
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore94
1 files changed, 47 insertions, 47 deletions
diff --git a/.gitignore b/.gitignore
index b864c65..2adfc02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,79 +1,79 @@
-/ChangeLog
+# General rules
+*.la
+*.lo
+*.o
+*.pyc
+*.pyo
+*.swp
+*~
+.deps
+.libs
Makefile
Makefile.in
-/configure
-/tags
+
+# Autotools and other top-level cruft
+/ChangeLog
+/INSTALL
/TAGS
/aclocal.m4
/autom4te.cache/
+/config.guess
+/config.h
+/config.h.in
+/config.h.in~
+/config.log
+/config.status
+/config.sub
+/configure
/depcomp
/gnome-doc-utils.make
+/gtk-doc.make
/install-sh
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
+/libtool
/ltmain.sh
/missing
/mkinstalldirs
/omf.make
-/xmldocs.make
/shave
/shave-libtool
-/libtool
/stamp-h1
-/gtk-doc.make
-/INSTALL
-
-/config.guess
-/config.h
-/config.h.in
-/config.h.in~
-/config.log
-/config.status
-/config.sub
-*~
-*.swp
-
-.libs
-.deps
-
-*.o
-*.lo
-*.la
-*.pyc
-*.pyo
-
-/telepathy-logger-*/
+/tags
/telepathy-logger-*.tar.bz2
/telepathy-logger-*.tar.bz2.asc
+/telepathy-logger-*/
+/xmldocs.make
-/src/telepathy-logger
-/src/test-api
-
-/data/*.service
/data/*.client
-
-/telepathy-logger/telepathy-logger.pc
-/telepathy-logger/telepathy-logger-uninstalled.pc
-
-/extensions/_gen/
-/extensions/doc/
-/tests/test-*[^ch]
-/tests/twisted/telepathy-logger-debug
-/tests/twisted/config.py
-/tests/twisted/tools/exec-with-log.sh
-/tests/twisted/tools/org.freedesktop.Telepathy.Client.Logger.service
-/tests/twisted/tools/tmp-session-bus.conf
+/data/*.service
/doc/reference/libtelepathy-logger/*.stamp
/doc/reference/libtelepathy-logger/html/
-/doc/reference/libtelepathy-logger/tmpl/
-/doc/reference/libtelepathy-logger/xml/
-/doc/reference/libtelepathy-logger/telepathy-logger-*.txt
/doc/reference/libtelepathy-logger/telepathy-logger-*.bak
+/doc/reference/libtelepathy-logger/telepathy-logger-*.txt
/doc/reference/libtelepathy-logger/telepathy-logger.args
/doc/reference/libtelepathy-logger/telepathy-logger.hierarchy
/doc/reference/libtelepathy-logger/telepathy-logger.interfaces
/doc/reference/libtelepathy-logger/telepathy-logger.prerequisites
/doc/reference/libtelepathy-logger/telepathy-logger.signals
/doc/reference/libtelepathy-logger/telepathy-logger.types
+/doc/reference/libtelepathy-logger/tmpl/
+/doc/reference/libtelepathy-logger/xml/
+
+/extensions/_gen/
+/extensions/doc/
+
+/src/telepathy-logger
+/src/test-api
+
+/telepathy-logger/telepathy-logger-uninstalled.pc
+/telepathy-logger/telepathy-logger.pc
+
+/tests/test-*[^ch]
+/tests/twisted/config.py
+/tests/twisted/telepathy-logger-debug
+/tests/twisted/tools/exec-with-log.sh
+/tests/twisted/tools/org.freedesktop.Telepathy.Client.Logger.service
+/tests/twisted/tools/tmp-session-bus.conf