summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore21
-rw-r--r--_boring71
2 files changed, 19 insertions, 73 deletions
diff --git a/.gitignore b/.gitignore
index 83020a92..9c75ccca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,16 +32,33 @@ depcomp
signals-marshal.c
signals-marshal.h
signals-marshal.list
-salut-presence-enumtypes.c
-salut-presence-enumtypes.h
+
+*-enumtypes.c
+*-enumtypes.h
data/org.freedesktop.Telepathy.ConnectionManager.salut.service
data/salut.manager
+
+docs/xep.xsl
docs/clique.html
docs/telepathy-salut.8
+
extensions/_gen/
extensions/extensions.html
+
+lib/gibber/examples/test_{ssl,tcp}
+
tests/telepathy-salut-debug
+tests/check-main
+tests/outputs
+tests/sasl-test.db
+tests/test-xmpp-connection
+tests/test-r-multicast-(packet|sender|transport-io)$
+
tools/libglibcodegen.pyc
+
src/telepathy-salut
src/write-mgr-file
+
+/telepathy-salut-*/
+/telepathy-salut-*.tar.gz
diff --git a/_boring b/_boring
deleted file mode 100644
index 8eb64a74..00000000
--- a/_boring
+++ /dev/null
@@ -1,71 +0,0 @@
-# Boring file regexps:
-\.hi$
-\.o$
-\.lo$
-\.la$
-\.o\.cmd$
-# *.ko files aren't boring by default because they might
-# be Korean translations rather than kernel modules.
-# \.ko$
-\.ko\.cmd$
-\.mod\.c$
-(^|/)\.tmp_versions($|/)
-(^|/)CVS($|/)
-(^|/)RCS($|/)
-~$
-#(^|/)\.[^/]
-(^|/)_darcs($|/)
-\.bak$
-\.BAK$
-\.orig$
-(^|/)vssver\.scc$
-\.swp$
-(^|/)MT($|/)
-(^|/)\{arch\}($|/)
-(^|/).arch-ids($|/)
-(^|/),
-\.class$
-\.prof$
-(^|/)\.DS_Store$
-(^|/)BitKeeper($|/)
-(^|/)ChangeSet($|/)
-(^|/)\.svn($|/)
-\.py[co]$
-\#
-\.cvsignore$
-(^|/)Thumbs\.db$
-(^|/)autom4te\.cache($|/)
-(^|/)Makefile$
-(^|/)Makefile\.in$
-(^|/).libs($|/)
-(^|/).deps($|/)
-^INSTALL$
-^aclocal\.m4$
-^compile$
-^config\.(guess|h|h\.in|log|status|sub)$
-^configure$
-^data/[^/]*\.service$
-^data/salut.manager$
-^depcomp$
-^docs/xep\.xsl$
-^docs/telepathy-salut\.8$
-^extensions/_gen(/|$)
-^extensions/extensions\.html$
-^install-sh$
-^lib/gibber/signals-marshal\.(c|h|list)$
-^lib/gibber/[^/]*-enumtypes\.[ch]$
-^lib/gibber/examples/test_(ssl|tcp)$
-^libtool$
-^ltmain\.sh$
-^missing$
-^src/signals-marshal\.(c|h|list)$
-^src/.*-enumtypes\.[ch]$
-^src/telepathy-salut$
-^src/write-mgr-file$
-^stamp-h1$
-^telepathy-salut-[0-9.]+($|/|\.tar\.gz$)
-^tests/check-main$
-^tests/outputs($|/)
-^tests/sasl-test\.db$
-^tests/test-xmpp-connection$
-^tests/test-r-multicast-(packet|sender|transport-io)$