You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/10/07 18:20:32 UTC

[26/47] git commit: updated refs/heads/1.5.x to 797537c

add my-first-couchdb-plugin .gitignore


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c1ad0875
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c1ad0875
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c1ad0875

Branch: refs/heads/1.5.x
Commit: c1ad087535323c11cc36f61e5862f16440ae68c3
Parents: 3f455e8
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Oct 4 15:11:36 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Oct 4 15:11:36 2013 +0200

----------------------------------------------------------------------
 .gitignore                             | 2 +-
 src/my-first-couchdb-plugin/.gitignore | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c1ad0875/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 5f3c9df..2fdfb97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,11 +102,11 @@ src/fauxton/app/addons/*
 !src/fauxton/app/addons/permissions
 src/fauxton/settings.json*
 !src/fauxton/settings.json.default
-
 src/ibrowse/ibrowse.app
 src/ibrowse/ibrowse.app
 src/mochiweb/mochiweb.app
 src/mochiweb/mochiweb.app
+!src/my-first-couchdb-plugin/.gitignore
 src/snappy/.deps/
 src/snappy/.libs/
 src/snappy/google-snappy/.deps/

http://git-wip-us.apache.org/repos/asf/couchdb/blob/c1ad0875/src/my-first-couchdb-plugin/.gitignore
----------------------------------------------------------------------
diff --git a/src/my-first-couchdb-plugin/.gitignore b/src/my-first-couchdb-plugin/.gitignore
new file mode 100644
index 0000000..cfb2329
--- /dev/null
+++ b/src/my-first-couchdb-plugin/.gitignore
@@ -0,0 +1 @@
+ebin