From 037c9e8255b028501f64831811dcd549da4829a2 Mon Sep 17 00:00:00 2001 From: Rachel Hestilow Date: Tue, 27 May 2003 06:58:42 +0000 Subject: [PATCH] 2003-05-27 Rachel Hestilow * sample/ManagedTreeViewDemo.cs: Remove debugging cruft. * gconf/.cvsignore, gconf/GConf/.cvsignore, gconf/GConf.PropertyEditors/.cvsignore, gconf/tools/.cvsignore, sample/gconf/.cvsignore, sample/rsvg/.cvsignore: Added. * .cvsignore, parser/.cvsignore: Update. svn path=/trunk/gtk-sharp/; revision=14923 --- .cvsignore | 3 +++ ChangeLog | 10 ++++++++++ gconf/.cvsignore | 1 + gconf/GConf.PropertyEditors/.cvsignore | 2 ++ gconf/GConf/.cvsignore | 2 ++ gconf/tools/.cvsignore | 3 +++ parser/.cvsignore | 1 + sample/ManagedTreeViewDemo.cs | 3 --- sample/gconf/.cvsignore | 1 + sample/rsvg/.cvsignore | 1 + 10 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 gconf/.cvsignore create mode 100644 gconf/GConf.PropertyEditors/.cvsignore create mode 100644 gconf/GConf/.cvsignore create mode 100644 gconf/tools/.cvsignore create mode 100644 sample/gconf/.cvsignore create mode 100644 sample/rsvg/.cvsignore diff --git a/.cvsignore b/.cvsignore index 23f24631a..7aa460d97 100755 --- a/.cvsignore +++ b/.cvsignore @@ -7,4 +7,7 @@ ltconfig ltmain.sh stamp* configure +Makefile +*.cache +*.pc diff --git a/ChangeLog b/ChangeLog index 1a5c6b043..0b7ca567b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-05-27 Rachel Hestilow + + * sample/ManagedTreeViewDemo.cs: Remove debugging cruft. + + * gconf/.cvsignore, gconf/GConf/.cvsignore, + gconf/GConf.PropertyEditors/.cvsignore, + gconf/tools/.cvsignore, sample/gconf/.cvsignore, + sample/rsvg/.cvsignore: Added. + * .cvsignore, parser/.cvsignore: Update. + 2003-05-27 Rachel Hestilow * gconf/GConf/ChangeSet.cs, Client.cs: Change SetValue diff --git a/gconf/.cvsignore b/gconf/.cvsignore new file mode 100644 index 000000000..f3c7a7c5d --- /dev/null +++ b/gconf/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/gconf/GConf.PropertyEditors/.cvsignore b/gconf/GConf.PropertyEditors/.cvsignore new file mode 100644 index 000000000..db954114f --- /dev/null +++ b/gconf/GConf.PropertyEditors/.cvsignore @@ -0,0 +1,2 @@ +Makefile +*.dll diff --git a/gconf/GConf/.cvsignore b/gconf/GConf/.cvsignore new file mode 100644 index 000000000..db954114f --- /dev/null +++ b/gconf/GConf/.cvsignore @@ -0,0 +1,2 @@ +Makefile +*.dll diff --git a/gconf/tools/.cvsignore b/gconf/tools/.cvsignore new file mode 100644 index 000000000..211d37060 --- /dev/null +++ b/gconf/tools/.cvsignore @@ -0,0 +1,3 @@ +Makefile +gconfsharp-schemagen +*.exe diff --git a/parser/.cvsignore b/parser/.cvsignore index 5e655fdc2..8e53efb71 100755 --- a/parser/.cvsignore +++ b/parser/.cvsignore @@ -1,3 +1,4 @@ Makefile gapi_format_xml +*.pc diff --git a/sample/ManagedTreeViewDemo.cs b/sample/ManagedTreeViewDemo.cs index 72938ad53..a13db568f 100644 --- a/sample/ManagedTreeViewDemo.cs +++ b/sample/ManagedTreeViewDemo.cs @@ -46,9 +46,6 @@ namespace GtkSamples { ((CellRendererText) cell).Text = val.b; } - [DllImport("gtk-x11-2.0")] - static extern void gtk_init (ref int argc, ref String[] argv); - public static void Main (string[] args) { Application.Init (); diff --git a/sample/gconf/.cvsignore b/sample/gconf/.cvsignore new file mode 100644 index 000000000..1a3bc522c --- /dev/null +++ b/sample/gconf/.cvsignore @@ -0,0 +1 @@ +Settings.cs diff --git a/sample/rsvg/.cvsignore b/sample/rsvg/.cvsignore new file mode 100644 index 000000000..f3c7a7c5d --- /dev/null +++ b/sample/rsvg/.cvsignore @@ -0,0 +1 @@ +Makefile