summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-08-18 16:48:50 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-18 17:19:38 -0400
commitbb9e2cef0c8f681dc38e09ee4e427649d89d1b44 (patch)
tree32230aa62f2b3941f03e9ff91727efe8a430ecac /.gitignore
parent6d18638d747374cb0e90e9bcbefbc71d959254fd (diff)
lay down cloudant build system.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore113
1 files changed, 14 insertions, 99 deletions
diff --git a/.gitignore b/.gitignore
index 62e83a6e..ff1bc3d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,104 +1,19 @@
-*.beam
-*.gz
-*.tpl
*.o
-*.lo
-*.la
-*.m4
-*.in
-*~
-*.orig
-*.rej
+*.so
+*.Tpo
+*.beam
erl_crash.dump
-configure
-autom4te.cache
-build-aux
-*.diff
-
-# ./configure
+# building
+apps/*/ebin/
+rel/overlay/etc/default*.ini
+rel/dbcore
+rel/overlay/erts-vsn/bin/erl_call
Makefile
-bin/Makefile
-config.h
-config.log
-config.status
-etc/Makefile
-etc/couchdb/Makefile
-etc/default/Makefile
-etc/init/Makefile
-etc/launchd/Makefile
-etc/logrotate.d/Makefile
-libtool
-share/Makefile
-src/couchdb/.deps/*
-src/couchdb/Makefile
-src/couchdb/priv/Makefile
-src/mochiweb/Makefile
-stamp-h1
-test/.deps/
-test/Makefile
-test/javascript/run_js_tests.sh
-var/Makefile
-
-# for make
-
-bin/couchdb
-bin/couchdb.1
-bin/couchjs
-bin/couchjs.1
-etc/couchdb/default.ini
-etc/launchd/org.apache.couchdb.plist
-etc/logrotate.d/couchdb
-src/couchdb/.libs/*
-src/couchdb/couch.app
-src/couchdb/couchjs
-src/couchdb/edoc-info
-src/couchdb/erlang.png
-src/couchdb/stylesheet.css
-src/couchdb/priv/.deps/
-src/couchdb/priv/.libs/
-src/couchdb/priv/couch_icu_driver.la
-src/couchdb/priv/couchjs
-src/couchdb/priv/couchspawnkillable
-src/couchdb/priv/stat_descriptions.cfg
-src/erlang-oauth/oauth.app
-src/ibrowse/ibrowse.app
-src/mochiweb/mochiweb.app
-test/local.ini
-test/etap/run
-test/etap/test_util.erl
-test/javascript/run
-share/server/main.js
-
-# for make dev
-
-bin/.deps/
-bin/couchjs_dev
-bin/couchpw
-etc/couchdb/default_dev.ini
-etc/couchdb/local_dev.ini
-utils/run
-tmp
-src/couchdb/priv/stat_descriptions.cfg
-src/erlang-oauth/oauth.app
-src/ibrowse/ibrowse.app
-src/mochiweb/mochiweb.app
-test/etap/run
-
-# for make check
-
-test/etap/temp.*
-test/bench/run
-couchdb.stderr
-couchdb.stdout
-
-# for make cover
-
-cover/*
-INSTALL
-
-# for rebar
-
-apps/*/ebin
-apps/couch/priv/couch_icu_driver.so
+rebar.config
+# testing
+.eunit
+@abs_top_builddir@/
+apps/couch/test/temp*
+test/etap/