Changed .gitignore Added 'temp' directory to compiler.jx.tests .gitignore file.
Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/7be814ca Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/7be814ca Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/7be814ca Branch: refs/heads/develop Commit: 7be814ca9349c78ae94c77553a3b58cd9a08c4ee Parents: 6fd668d Author: Erik de Bruin <[email protected]> Authored: Tue Mar 26 16:06:19 2013 +0100 Committer: Erik de Bruin <[email protected]> Committed: Wed Mar 27 16:29:58 2013 +0100 ---------------------------------------------------------------------- compiler.jx.tests/.gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/7be814ca/compiler.jx.tests/.gitignore ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/.gitignore b/compiler.jx.tests/.gitignore index f08a076..201ca55 100644 --- a/compiler.jx.tests/.gitignore +++ b/compiler.jx.tests/.gitignore @@ -1,4 +1,5 @@ # ignored files/directories for the 'compiler.jx.tests' project /classes /lib -/results \ No newline at end of file +/results +/temp \ No newline at end of file
