added build-aux/compile to gitignore
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/62f939c2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/62f939c2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/62f939c2 Branch: refs/heads/api-options Commit: 62f939c22cbbda69f5dfd9fd062eab74f9287512 Parents: e7b0a9a Author: Andy Wenk <[email protected]> Authored: Sun Jan 12 01:58:24 2014 +0100 Committer: Andy Wenk <[email protected]> Committed: Sun Jan 12 11:20:20 2014 +0100 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/62f939c2/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 1f8c4a6..3d6c0f6 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ bin/couchjs_dev bin/couchpw build-aux/config.* build-aux/depcomp +build-aux/compile build-aux/install-sh build-aux/ltmain.sh build-aux/missing
