I was just thinking about doing this the other day. Stop stealing my thoughts or I'm going back to the tin foil fez.
On Tue, May 19, 2009 at 12:50 AM, <jch...@apache.org> wrote: > Author: jchris > Date: Tue May 19 04:50:52 2009 > New Revision: 776182 > > URL: http://svn.apache.org/viewvc?rev=776182&view=rev > Log: > add a basic .gitignore file - enjoy! > > Added: > couchdb/trunk/.gitignore > > Added: couchdb/trunk/.gitignore > URL: > http://svn.apache.org/viewvc/couchdb/trunk/.gitignore?rev=776182&view=auto > ============================================================================== > --- couchdb/trunk/.gitignore (added) > +++ couchdb/trunk/.gitignore Tue May 19 04:50:52 2009 > @@ -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 > > >