diff options
author | Chris Toshok <toshok@src.gnome.org> | 2002-04-02 04:27:03 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-04-02 04:27:03 +0800 |
commit | 8875ca4adcc7f266a60527ccc208cd1aaaad96a0 (patch) | |
tree | fd5fab502d4f8855ec21574724292cc66db9797f | |
parent | 4a6b2fac2491d2616e7c8eeca68ba8c465fca6da (diff) | |
download | gsoc2013-evolution-8875ca4adcc7f266a60527ccc208cd1aaaad96a0.tar.gz gsoc2013-evolution-8875ca4adcc7f266a60527ccc208cd1aaaad96a0.tar.zst gsoc2013-evolution-8875ca4adcc7f266a60527ccc208cd1aaaad96a0.zip |
ignore .pure
svn path=/trunk/; revision=16312
-rw-r--r-- | addressbook/gui/contact-list-editor/.cvsignore | 1 | ||||
-rw-r--r-- | addressbook/gui/merging/.cvsignore | 1 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/.cvsignore | 1 | ||||
-rw-r--r-- | calendar/gui/dialogs/.cvsignore | 1 | ||||
-rw-r--r-- | composer/.cvsignore | 1 | ||||
-rw-r--r-- | libversit/.cvsignore | 5 | ||||
-rw-r--r-- | widgets/e-timezone-dialog/.cvsignore | 1 |
7 files changed, 9 insertions, 2 deletions
diff --git a/addressbook/gui/contact-list-editor/.cvsignore b/addressbook/gui/contact-list-editor/.cvsignore index e440fafdac..5eaae75530 100644 --- a/addressbook/gui/contact-list-editor/.cvsignore +++ b/addressbook/gui/contact-list-editor/.cvsignore @@ -1,3 +1,4 @@ Makefile.in Makefile .deps +.pure diff --git a/addressbook/gui/merging/.cvsignore b/addressbook/gui/merging/.cvsignore index 09980ae6ba..d6c55c7345 100644 --- a/addressbook/gui/merging/.cvsignore +++ b/addressbook/gui/merging/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo diff --git a/calendar/gui/alarm-notify/.cvsignore b/calendar/gui/alarm-notify/.cvsignore index 1f2b546c7c..479589e914 100644 --- a/calendar/gui/alarm-notify/.cvsignore +++ b/calendar/gui/alarm-notify/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in evolution-calendar-stubs.c diff --git a/calendar/gui/dialogs/.cvsignore b/calendar/gui/dialogs/.cvsignore index 3b97f6881d..64968755b7 100644 --- a/calendar/gui/dialogs/.cvsignore +++ b/calendar/gui/dialogs/.cvsignore @@ -1,4 +1,5 @@ .deps +.pure Makefile Makefile.in Evolution-Addressbook-SelectNames.h diff --git a/composer/.cvsignore b/composer/.cvsignore index ec7a9d7288..061db72218 100644 --- a/composer/.cvsignore +++ b/composer/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure evolution-msg-composer Makefile Makefile.in diff --git a/libversit/.cvsignore b/libversit/.cvsignore index 36a99050c8..d9112d16f4 100644 --- a/libversit/.cvsignore +++ b/libversit/.cvsignore @@ -1,9 +1,10 @@ .deps +.libs +.pure Makefile Makefile.in -.libs vcc.c vcc.lo vobject.lo vcaltmp.lo -libversit.la
\ No newline at end of file +libversit.la diff --git a/widgets/e-timezone-dialog/.cvsignore b/widgets/e-timezone-dialog/.cvsignore index 09980ae6ba..d6c55c7345 100644 --- a/widgets/e-timezone-dialog/.cvsignore +++ b/widgets/e-timezone-dialog/.cvsignore @@ -1,5 +1,6 @@ .deps .libs +.pure Makefile Makefile.in *.lo |