summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore119
1 files changed, 25 insertions, 94 deletions
diff --git a/.gitignore b/.gitignore
index 33028e7e..beafc50b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,100 +1,31 @@
-*.beam
-*.gz
-*.tpl
*.o
-*.lo
-*.la
-*.m4
-*.in
+*.so
+*.Tpo
+*.beam
*~
*.orig
*.rej
erl_crash.dump
-configure
-autom4te.cache
-build-aux
-*.diff
-
-# ./configure
-
-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/.deps/
-test/etap/run
-test/etap/test_cfg_register
-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
+# building
+apps/*/ebin/
+rel/dbcore
+rel/bigcouch.config
+rel/overlay.config
+install.mk
+
+# scons building
+couchjs/.sconf_temp/
+couchjs/.sconsign.dblite
+couchjs/build/
+couchjs/config.log
+*.pyc
+
+# testing
+.eunit
+@abs_top_builddir@/
+apps/couch/test/temp*
+
+# dev
+rel/dev*
+rel/tmpdata \ No newline at end of file