aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/.cvsignore
diff options
context:
space:
mode:
authorChris Lahey <clahey@src.gnome.org>2000-01-17 17:12:21 +0800
committerChris Lahey <clahey@src.gnome.org>2000-01-17 17:12:21 +0800
commit4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9 (patch)
tree12c605c87784a60a1ed0d65cbf261b95d32abb92 /addressbook/gui/contact-editor/.cvsignore
parent173a42036986044bc7907033a299cc1c71aa72e7 (diff)
downloadgsoc2013-evolution-4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9.tar
gsoc2013-evolution-4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9.tar.gz
gsoc2013-evolution-4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9.tar.bz2
gsoc2013-evolution-4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9.tar.lz
gsoc2013-evolution-4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9.tar.xz
gsoc2013-evolution-4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9.tar.zst
gsoc2013-evolution-4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9.zip
Images for e-contact-editor.c.
* head.png, phone.png, email.png, web.png, snailmail.png: Images for e-contact-editor.c. * addressbook/contact-editor/text-editor.c: Test program for contact editor widget. * addressbook/contact-editor/e-contact-editor.c, addressbook/contact-editor/e-contact-editor.h: Contact editor widget files. * addressbook/contact-editor/.cvsignore, addressbook/contact-editor/Makefile.am: New directory for contact editor files. * addressbook/.cvsignore, addressbook/Makefile.am: New directory for addressbook files. * widgets/.cvsignore: Added reflow-test. * Makefile.am (SUBDIRS): Added addressbook subdirectory. * configure.in, widgets/Makefile.am: Removed widgets/toolbar from SUBDIRS since the lack of content was preventing it from compiling. * widgets/shortcut-bar/Makefile.am: Added gnomecanvaspixbuf to the list of libraries used. * widgets/e-text.c, widgets/e-text.h: Fixed a crashing bug. svn path=/trunk/; revision=1581
Diffstat (limited to 'addressbook/gui/contact-editor/.cvsignore')
-rw-r--r--addressbook/gui/contact-editor/.cvsignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/.cvsignore b/addressbook/gui/contact-editor/.cvsignore
new file mode 100644
index 0000000000..1771e82554
--- /dev/null
+++ b/addressbook/gui/contact-editor/.cvsignore
@@ -0,0 +1,7 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
+*.la
+contact-editor-test \ No newline at end of file