Repository: bahir Updated Branches: refs/heads/master 56613263c -> 38c15782d
[MINOR] Add checkpoint directory to git ignore configuration Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/38c15782 Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/38c15782 Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/38c15782 Branch: refs/heads/master Commit: 38c15782d12e7a4bc20d170624f4d36b4f0ed6e4 Parents: 5661326 Author: Luciano Resende <[email protected]> Authored: Tue Jun 6 21:10:27 2017 -0700 Committer: Luciano Resende <[email protected]> Committed: Tue Jun 6 21:10:27 2017 -0700 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/38c15782/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index fb6d3b7..2aaac58 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ target/ .checkstyle .fbExcludeFilterFile dependency-reduced-pom.xml +checkpoint
