diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-05-19 04:50:52 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-05-19 04:50:52 +0000 |
commit | d0bb55652718a0a583fc3770cb47e258f0abc181 (patch) | |
tree | b7993fb5f2c2765b082363d2c976583f4c96f9e4 /.gitignore | |
parent | c5e00c4188afd73c03bd7462ac2cc2d82387c5a6 (diff) |
add a basic .gitignore file - enjoy!
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@776182 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 64 |
1 files changed, 64 insertions, 0 deletions
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 |