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

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-01-23 13:08:24 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-01-23 13:08:24 +0400
commit057194aa791be3d2f64f095c5fdfe2d80b9feafc (patch)
tree4d44192bc56a760a1dead80060b62687760d55ca
parente003098264ebe0f949d6f4bead3e91eca66b63d8 (diff)
remove extra entries in gitignore.
-rw-r--r--Rx/NET/Source/Rx_Xamarin/.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/Rx/NET/Source/Rx_Xamarin/.gitignore b/Rx/NET/Source/Rx_Xamarin/.gitignore
index 4d72492..b6622fd 100644
--- a/Rx/NET/Source/Rx_Xamarin/.gitignore
+++ b/Rx/NET/Source/Rx_Xamarin/.gitignore
@@ -1,5 +1,6 @@
Rx_Xamarin_android.userprefs
-android/rx/Mono.Reactive.Testing/
+android/rx/Mono.Reactive.Testing/bin/
+android/rx/Mono.Reactive.Testing/obj/
android/rx/System.Reactive.Core/bin/
android/rx/System.Reactive.Core/obj/
android/rx/System.Reactive.Debugger/bin/
@@ -18,5 +19,6 @@ android/rx/System.Reactive.Runtime.Remoting/bin/
android/rx/System.Reactive.Runtime.Remoting/obj/
android/rx/System.Reactive.Windows.Forms/
android/rx/System.Reactive.Windows.Threading/
-android/rx/Tests.System.Reactive/
+android/rx/Tests.System.Reactive/bin/
+android/rx/Tests.System.Reactive/obj/