hide copies of generated sources
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1cf06fc5 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1cf06fc5 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1cf06fc5 Branch: refs/heads/spark Commit: 1cf06fc5445d4a195fed5b859496cc094adada01 Parents: 1bbaa5b Author: Alex Harui <[email protected]> Authored: Fri May 13 11:49:34 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Thu May 26 16:04:20 2016 -0700 ---------------------------------------------------------------------- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1cf06fc5/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index d2aacfb..ad7ee76 100644 --- a/.gitignore +++ b/.gitignore @@ -123,4 +123,7 @@ html-template #VF2JS generated files bin -vf2js/frameworks/js/ \ No newline at end of file +vf2js/frameworks/js/ + +#FlexJS generated files +frameworks/js/FlexJS/generated-sources
