diff options
-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)?$ |