summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2008-08-13 12:19:29 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2008-08-13 15:32:42 +0100
commit63d62383b7d3f255b114810f2052a361d18ab289 (patch)
tree0fab81a36d57a8c2570783e6d4fa239dc3aafd62
parentb3706afbfd65f4ff2a26b255b0bb15c99ef84d72 (diff)
downloadtelepathy-haze-63d62383b7d3f255b114810f2052a361d18ab289.tar.gz
Turn _boring into .gitignore.
I don't think we're in darcs any more, Toto.
-rw-r--r--.gitignore27
-rw-r--r--_boring58
2 files changed, 27 insertions, 58 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..222f92d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+Makefile
+Makefile.in
+aclocal.m4
+config.guess
+config.log
+config.status
+config.sub
+configure
+config.h
+config.h.in
+stamp-h1
+data/org.freedesktop.Telepathy.ConnectionManager.haze.service
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+.deps
+.libs
+src/telepathy-haze
+src/telepathy-haze.8
+
+*.o
+*.swp
+*~
+autom4te.cache
+
diff --git a/_boring b/_boring
deleted file mode 100644
index 4acef6d..0000000
--- a/_boring
+++ /dev/null
@@ -1,58 +0,0 @@
-(^|/)Makefile$
-(^|/)Makefile.in$
-^aclocal.m4$
-^config.guess$
-^config.log$
-^config.status$
-^config.sub$
-^configure$
-^config.h(|.in)$
-^stamp-h1$
-^data/org.freedesktop.Telepathy.ConnectionManager.haze.service$
-^depcomp$
-^install-sh$
-^libtool$
-^ltmain.sh$
-^m4/Makefile$
-^m4/Makefile.in$
-^missing$
-(^|/).deps($|/)
-(^|/).libs($|/)
-^src/telepathy-haze$
-^src/telepathy-haze\.8$
-
-# Boring file regexps:
-\.hi$
-\.o$
-\.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($|/)