diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-08-26 15:06:32 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-08-26 15:06:32 +0100 |
commit | 7c134108f4fcf27006b2a2ed070858730e13a926 (patch) | |
tree | 091092c3130d2a6c9cdf5fceaa81a5995af65d23 | |
parent | b139f1ee6d4912ec5aba4aa7c3796ae9030d0f5f (diff) |
Convert Darcs _boring file into .gitignore
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | _boring | 42 |
2 files changed, 6 insertions, 42 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..05077f08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.*.sw? +/doc/*.html +/doc/telepathy-spec.devhelp2 +/telepathy-spec-*.tar* +/test/output +/tmp diff --git a/_boring b/_boring deleted file mode 100644 index b99a89bf..00000000 --- a/_boring +++ /dev/null @@ -1,42 +0,0 @@ -# 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($|/) -# End of generic boring regexps -^(\./)?introspect(/|$) -^(\./)?test/output(/|$) -^(\./)?doc/.*\.html$ -^(\./)?doc/telepathy-spec.devhelp2$ -^(\./)?tmp(/|$) -^(\./)?telepathy-spec-[.0-9]+(\.tar\.gz)?$ |