Repository: commons-scxml Updated Branches: refs/heads/master 9605c5ea6 -> 1f10ca37b
Add gitignore for target and site-content directory Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/1f10ca37 Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/1f10ca37 Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/1f10ca37 Branch: refs/heads/master Commit: 1f10ca37bffc3ed9ff578816fc6288b97a92a14e Parents: 9605c5e Author: Benedikt Ritter <[email protected]> Authored: Wed Jul 15 09:28:12 2015 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Wed Jul 15 09:28:12 2015 +0200 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/1f10ca37/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..084b44a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target +site-content
