[Pkg-javascript-commits] [node-leveldown] 422/492: ignore bench and leaktest db
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit 6957306a97aa6a1b2697c0f870b030b4563a413b
Author: Rod Vagg <rod at vagg.org>
Date: Thu Oct 3 16:43:49 2013 +1000
ignore bench and leaktest db
---
.gitignore | 4 +++-
.npmignore | 4 +---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0e3a3bb..43b07bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,12 @@ node_modules/
build/
libleveldb.so
libleveldb.a
+leakydb
+bench/
*.sln
*.vcxproj
*.vcxproj.filters
*.tlog
*.obj
*.1sdk.pdb
-*.lastbuildstate
\ No newline at end of file
+*.lastbuildstate
diff --git a/.npmignore b/.npmignore
index dec5687..0754e13 100644
--- a/.npmignore
+++ b/.npmignore
@@ -3,8 +3,6 @@ build/
test-data.tar
test-data.db.tar
test/benchmarks/
-leakydb
-bench/
deps/leveldb/leveldb-basho/
deps/leveldb/leveldb-hyper/
-deps/snappy/snappy-1.1.0/testdata/
\ No newline at end of file
+deps/snappy/snappy-1.1.0/testdata/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list