Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/GdiTest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Moreau <marcandre.moreau@gmail.com>2011-04-02 18:40:50 +0400
committerMarc-André Moreau <marcandre.moreau@gmail.com>2011-04-02 18:40:50 +0400
commitb9763971ce6612a5418d9e9c8f539efad8b0e941 (patch)
treeef8b7f8eb641d3962b89a9e2a5420aec120f5427
parent8fb02d4d265dc60bb4e3ab11e1eb545721043ae0 (diff)
Cleanup of generated files and stuff that probably shouldn't go in version control
-rw-r--r--.gitignore1
-rw-r--r--GdiTest.userprefs13
-rw-r--r--GdiTest/.gitignore3
-rw-r--r--GdiTest/GdiTest.pidbbin27508 -> 29410 bytes
-rw-r--r--GdiTest/bin/Debug/.gitignore3
-rw-r--r--GdiTest/gtk-gui/generated.cs29
6 files changed, 5 insertions, 44 deletions
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 @@
<Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|x86" />
- <MonoDevelop.Ide.Workbench ActiveDocument="GdiTest\BitBltDrawingArea.cs">
- <Files>
- <File FileName="GdiTest\MainWindow.cs" Line="21" Column="49" />
- <File FileName="c:\Users\awake\Documents\GdiTest\GdiTest\Win32GDI.cs" Line="31" Column="4" />
- <File FileName="GdiTest\GDI.cs" Line="1" Column="1" />
- <File FileName="GdiTest\BitBltDrawingArea.cs" Line="46" Column="18" />
- <File FileName="GdiTest\LineToDrawingArea.cs" Line="34" Column="17" />
- <File FileName="GdiTest\PolygonDrawingArea.cs" Line="1" Column="1" />
- <File FileName="GdiTest\PolylineToDrawingArea.cs" Line="1" Column="1" />
- <File FileName="GdiTest\EllipseDrawingArea.cs" Line="41" Column="1" />
- </Files>
- </MonoDevelop.Ide.Workbench>
+ <MonoDevelop.Ide.Workbench />
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints>
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
--- a/GdiTest/GdiTest.pidb
+++ b/GdiTest/GdiTest.pidb
Binary files 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;
- }
- }
-}