Repository: incubator-s2graph Updated Branches: refs/heads/master f53661ea9 -> 42077bf8d
add ignore file for python env Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/d1bf2d17 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/d1bf2d17 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/d1bf2d17 Branch: refs/heads/master Commit: d1bf2d17f0fa452ed05ea0b1860ee3f118fb38f4 Parents: f53661e Author: daewon <[email protected]> Authored: Tue Nov 13 15:59:43 2018 +0900 Committer: daewon <[email protected]> Committed: Tue Nov 13 15:59:43 2018 +0900 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/d1bf2d17/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0066e18..442e6a7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ lib_managed/ src_managed/ project/boot/ project/plugins/project/ +doc/build/* +doc/ENV/* +doc/s2graph_doc/* # Scala-IDE specific .scala_dependencies
