[Telepathy-commits] [telepathy-salut/master] Move remaining exclusions from _boring to .gitignore.

Will Thompson will.thompson at collabora.co.uk
Tue Aug 26 04:12:12 PDT 2008


---
 .gitignore |   21 ++++++++++++++++-
 _boring    |   71 ------------------------------------------------------------
 2 files changed, 19 insertions(+), 73 deletions(-)
 delete mode 100644 _boring

diff --git a/.gitignore b/.gitignore
index 83020a9..9c75ccc 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 8eb64a7..0000000
--- 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)$
-- 
1.5.6.3




More information about the Telepathy-commits mailing list