From d0bb55652718a0a583fc3770cb47e258f0abc181 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Tue, 19 May 2009 04:50:52 +0000 Subject: add a basic .gitignore file - enjoy! git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@776182 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9b0c4ed5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,64 @@ +*.beam +*.gz +*.tpl +*.o +*.lo +*.m4 +*.in +*.in~ +erl_crash.dump +configure +autom4te.cache +build-aux + +# ./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/mochiweb/Makefile +stamp-h1 +test/.deps/ +test/Makefile +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/couch_erl_driver.la +src/couchdb/couchjs +src/couchdb/edoc-info +src/couchdb/erlang.png +src/couchdb/stylesheet.css +test/local.ini +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 -- cgit v1.2.3