diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-01 10:06:22 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-01 11:29:02 +0000 |
commit | 7043e2a80d63c230f9f832bcc08af2f0a3bf3896 (patch) | |
tree | 2136a04500e05b1a1ab527b9b4daf86c412382c5 /.gitignore | |
parent | 85bb52b9edfef4d1536b1282affdf7c617bb31c7 (diff) |
Renaming telepathy-farsight to telepathy-farstream
We've wanted to renaming farsight to farstream for a while now.
Implementing Call breaks tp-farsight API/ABI, so this seems like a good
time to do the renaming. Farsight itself should follow in the next few
weeks.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore index 5e3d18904..1a0fd0a18 100644 --- a/.gitignore +++ b/.gitignore @@ -12,24 +12,24 @@ Makefile.in .#* *.stamp -telepathy-farsight/tf-signals-marshal.[ch] -telepathy-farsight/tf-signals-marshal.list -telepathy-farsight/telepathy-farsight.pc -telepathy-farsight/telepathy-farsight-uninstalled.pc +telepathy-farstream/tf-signals-marshal.[ch] +telepathy-farstream/tf-signals-marshal.list +telepathy-farstream/telepathy-farstream.pc +telepathy-farstream/telepathy-farstream-uninstalled.pc doc/lib/*.bak doc/lib/html/ -doc/lib/telepathy-farsight.args -doc/lib/telepathy-farsight-decl-list.txt -doc/lib/telepathy-farsight-decl.txt -doc/lib/telepathy-farsight.hierarchy -doc/lib/telepathy-farsight.interfaces -doc/lib/telepathy-farsight-overrides.txt -doc/lib/telepathy-farsight.prerequisites -doc/lib/telepathy-farsight.signals -doc/lib/telepathy-farsight-undeclared.txt -doc/lib/telepathy-farsight-undocumented.txt -doc/lib/telepathy-farsight-unused.txt +doc/lib/telepathy-farstream.args +doc/lib/telepathy-farstream-decl-list.txt +doc/lib/telepathy-farstream-decl.txt +doc/lib/telepathy-farstream.hierarchy +doc/lib/telepathy-farstream.interfaces +doc/lib/telepathy-farstream-overrides.txt +doc/lib/telepathy-farstream.prerequisites +doc/lib/telepathy-farstream.signals +doc/lib/telepathy-farstream-undeclared.txt +doc/lib/telepathy-farstream-undocumented.txt +doc/lib/telepathy-farstream-unused.txt doc/lib/tmpl/ doc/lib/xml/ @@ -55,4 +55,4 @@ stamp-h.in stamp-h1 gtk-doc.make m4/gtk-doc.m4 -python/pytpfarsight.c +python/pytpfarstream.c |