Repository: flex-asjs Updated Branches: refs/heads/tlf 031fdad83 -> c6db8144c
Attempt to exclude the LTF debug folder from gitignore Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c6db8144 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c6db8144 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c6db8144 Branch: refs/heads/tlf Commit: c6db8144c82f565e95d0e887293282b9b1a19fec Parents: 031fdad Author: Harbs <[email protected]> Authored: Sun Mar 26 16:08:24 2017 +0300 Committer: Harbs <[email protected]> Committed: Sun Mar 26 16:08:24 2017 +0300 ---------------------------------------------------------------------- frameworks/projects/TLF/.gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c6db8144/frameworks/projects/TLF/.gitignore ---------------------------------------------------------------------- diff --git a/frameworks/projects/TLF/.gitignore b/frameworks/projects/TLF/.gitignore new file mode 100644 index 0000000..17ccac9 --- /dev/null +++ b/frameworks/projects/TLF/.gitignore @@ -0,0 +1 @@ +!src/main/flex/org/apache/flex/textLayout/debug/**/* \ No newline at end of file
