You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/09 08:36:57 UTC

git commit: [flex-falcon] [refs/heads/develop] - - Added a rule to gitignore to exclude files generated by IDE asciidoctor tools

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 <ch...@codecentric.de>
Authored: Fri Sep 9 10:36:47 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
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