Repository: couchdb-documentation Updated Branches: refs/heads/master 1b9ddfca1 -> bbc4b7191
ignore build directory instead of _build Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/7854c124 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/7854c124 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/7854c124 Branch: refs/heads/master Commit: 7854c12431260e96c5a60318adc48f90b482020f Parents: 1b9ddfc Author: Bastian Krol <[email protected]> Authored: Tue Feb 2 19:38:02 2016 +0100 Committer: Bastian Krol <[email protected]> Committed: Wed Feb 3 11:04:25 2016 +0100 ---------------------------------------------------------------------- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/7854c124/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 842c4d5..987726e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ ext/*.pyc -_build/ +build/
