From b9763971ce6612a5418d9e9c8f539efad8b0e941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Moreau?= Date: Sat, 2 Apr 2011 10:40:50 -0400 Subject: Cleanup of generated files and stuff that probably shouldn't go in version control --- .gitignore | 1 + GdiTest.userprefs | 13 +------------ GdiTest/.gitignore | 3 +++ GdiTest/GdiTest.pidb | Bin 27508 -> 29410 bytes GdiTest/bin/Debug/.gitignore | 3 --- GdiTest/gtk-gui/generated.cs | 29 ----------------------------- 6 files changed, 5 insertions(+), 44 deletions(-) create mode 100644 .gitignore create mode 100644 GdiTest/.gitignore delete mode 100644 GdiTest/bin/Debug/.gitignore delete mode 100644 GdiTest/gtk-gui/generated.cs diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3bda41 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/*.userprefs diff --git a/GdiTest.userprefs b/GdiTest.userprefs index 8b8d512..95fb57a 100644 --- a/GdiTest.userprefs +++ b/GdiTest.userprefs @@ -1,17 +1,6 @@  - - - - - - - - - - - - + diff --git a/GdiTest/.gitignore b/GdiTest/.gitignore new file mode 100644 index 0000000..40c9465 --- /dev/null +++ b/GdiTest/.gitignore @@ -0,0 +1,3 @@ +/bin +/*.pidb +/gtk-gui/generated.cs diff --git a/GdiTest/GdiTest.pidb b/GdiTest/GdiTest.pidb index 8bd50c5..08de48a 100644 Binary files a/GdiTest/GdiTest.pidb and b/GdiTest/GdiTest.pidb differ diff --git a/GdiTest/bin/Debug/.gitignore b/GdiTest/bin/Debug/.gitignore deleted file mode 100644 index 0b2585b..0000000 --- a/GdiTest/bin/Debug/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/*.exe.mdb -/*.exe -/*.pdb diff --git a/GdiTest/gtk-gui/generated.cs b/GdiTest/gtk-gui/generated.cs deleted file mode 100644 index 8463caa..0000000 --- a/GdiTest/gtk-gui/generated.cs +++ /dev/null @@ -1,29 +0,0 @@ - -// This file has been generated by the GUI designer. Do not modify. -namespace Stetic -{ - internal class Gui - { - private static bool initialized; - - static internal void Initialize (Gtk.Widget iconRenderer) - { - if ((Stetic.Gui.initialized == false)) { - Stetic.Gui.initialized = true; - } - } - } - - internal class ActionGroups - { - public static Gtk.ActionGroup GetActionGroup (System.Type type) - { - return Stetic.ActionGroups.GetActionGroup (type.FullName); - } - - public static Gtk.ActionGroup GetActionGroup (string name) - { - return null; - } - } -} -- cgit v1.2.3