You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/10 13:56:16 UTC

[10/13] git commit: [flex-sdk] [refs/heads/develop] - Add 'test-reports' directory and a header comment

Add 'test-reports' directory and a header comment

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1bd39ac2
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1bd39ac2
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1bd39ac2

Branch: refs/heads/develop
Commit: 1bd39ac24b2927caada3bcd9fcf8e8fa7510a49d
Parents: 3927236
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Dec 10 13:07:12 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Dec 10 13:30:05 2014 +0100

----------------------------------------------------------------------
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1bd39ac2/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 72f6ada..03d57dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -137,4 +137,7 @@ air-sdk-description.xml
 samples/descriptor-sample.xml
 include/FlashRuntimeExtensions.h
 visualcomps
+
+#FlexUnit tests
+test-reports
 FlexUnitCompilerApplication.mxml
\ No newline at end of file