From 0682c2fa60b1b31f4198361fb23c085a23586e81 Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Mon, 7 Apr 2014 08:58:21 +0400 Subject: [PATCH 1/4] add Test project to workspace --- vcmi.workspace | 1 + 1 file changed, 1 insertion(+) diff --git a/vcmi.workspace b/vcmi.workspace index 866596963..8d0da349d 100644 --- a/vcmi.workspace +++ b/vcmi.workspace @@ -26,5 +26,6 @@ + From 8c4506144cb9ad218477f58588470fed043df46f Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Mon, 7 Apr 2014 08:58:51 +0400 Subject: [PATCH 2/4] create initial .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..2270c3184 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.dll +*.exe +/vcmi.workspace.layout From 246e146ecad034e68e23520fd38a26e69a646e1d Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Mon, 7 Apr 2014 10:05:25 +0400 Subject: [PATCH 3/4] More .gitignore configuration --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2270c3184..23dd6fe34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ *.dll *.exe -/vcmi.workspace.layout +*.depend +*.o +*.a +*.res +*.layout From 4a4584f53ce6725ccfeaba0fd4f0f2500a1d1a6a Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Mon, 7 Apr 2014 10:06:03 +0400 Subject: [PATCH 4/4] [c::b] +working Test project file --- test/Test.cbp | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/test/Test.cbp b/test/Test.cbp index ef48ffe96..a15ea9d08 100644 --- a/test/Test.cbp +++ b/test/Test.cbp @@ -7,11 +7,13 @@