Repository: flex-falcon Updated Branches: refs/heads/develop 45ca8d64f -> 58bff5ed8
- Added a rule to gitignore to exclude files generated by IDE asciidoctor tools Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/58bff5ed Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/58bff5ed Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/58bff5ed Branch: refs/heads/develop Commit: 58bff5ed82bec53b15aa818d2039495b90d16e09 Parents: 45ca8d6 Author: Christofer Dutz <[email protected]> Authored: Fri Sep 9 10:36:47 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Fri Sep 9 10:36:47 2016 +0200 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/58bff5ed/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 4cb51c5..d29414a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ externs/node/externs # debugger output folders debugger/bin/ debugger/generated/ + +# Asciidoctor related temp files +ditaa-diagram.* \ No newline at end of file
