Repository: couchdb-fauxton Updated Branches: refs/heads/master 5cc193875 -> a03d69da3
add selenium-debug.log to gitignore Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/a03d69da Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/a03d69da Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/a03d69da Branch: refs/heads/master Commit: a03d69da3572c716d70c4b3d8b76c6ee95575066 Parents: 5cc1938 Author: Robert Kowalski <[email protected]> Authored: Tue Jan 20 18:09:08 2015 +0100 Committer: Robert Kowalski <[email protected]> Committed: Fri Jan 23 13:47:54 2015 +0100 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a03d69da/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 83729dd..191d84b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ test/nightwatch_tests/selenium/* !test/nightwatch_tests/selenium/.gitkeep .DS_Store *.react.js +selenium-debug.log
