From 6f4489484ad51e00f7d9246309c750955a3a2baf Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sat, 19 Dec 2009 21:15:37 +0100 Subject: really nothing --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7562cf6..33af76c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ Source/Kernel/Map.txt Source/Kernel/Melon.ke Ports Ports/* +Unix +Unix/* +Cross +Cross/* -- cgit v1.2.3 From 13d720389a01161a327a30918ad7ac9eec4a3d6c Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 20 Dec 2009 16:30:30 +0100 Subject: [not tested] Introduced StreamApp.class --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 33af76c..cf64fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.o *.uo Init.rfs -Source/Kernel/Map.txt +Map.txt Source/Kernel/Melon.ke Ports Ports/* -- cgit v1.2.3 From 18454dc8be12827a84c2ebc58aa5d31bb44e1e6a Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 20 Dec 2009 19:58:34 +0100 Subject: Some reorganisation --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cf64fc2..d9255a8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.uo Init.rfs Map.txt +Source/Applications/Shell/Applets/*.map Source/Kernel/Melon.ke Ports Ports/* -- cgit v1.2.3