Updated Branches: refs/heads/1843-feature-bigcouch 0ee8e4d79 -> db62d5723
Clean up .gitignore Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/db62d572 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/db62d572 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/db62d572 Branch: refs/heads/1843-feature-bigcouch Commit: db62d5723860e80a3ae1bc79111ef351363e29c8 Parents: 0ee8e4d Author: Robert Newson <[email protected]> Authored: Mon Feb 3 14:11:02 2014 +0000 Committer: Robert Newson <[email protected]> Committed: Mon Feb 3 14:15:31 2014 +0000 ---------------------------------------------------------------------- .gitignore | 45 ++++----------------------------------------- 1 file changed, 4 insertions(+), 41 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/db62d572/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 76f9670..a43a06b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,48 +1,11 @@ -*.o -*.so -*.Tpo -*.beam -erl_crash.dump -wiki/ - -# building -src/*/ebin/ -rel/couchdb -rel/couchdb.config -rel/overlay.config install.mk -rebar -deps/ - -# scons building -couchjs/.sconf_temp/ -couchjs/.sconsign.dblite -couchjs/build/ -couchjs/config.log -*.pyc - -# testing -.eunit -@abs_top_builddir@/ -src/couch/test/etap/temp* -.dialyzer_filter -.dialyzer_out -*.plt - -# dev -dev/lib -dev/logs +rel/*.config rel/dev* rel/tmpdata -rel/logs - -# vim -*.swp -*~ -# eclipse -.project -/.pydevproject +*.o +*.so +ebin/ share/server/main-coffee.js share/server/main.js
