summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-16 01:59:39 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-16 02:00:31 +0100
commitbd65bb67e25a79b019d745b7262b2008ce2adb15 (patch)
tree89e1b032103a63737f1a703e6a943832ef261704 /.gitignore
parentf91466595b651721690133f58ab37f977539e95b (diff)
downloadwallet-core-bd65bb67e25a79b019d745b7262b2008ce2adb15.tar.gz
wallet-core-bd65bb67e25a79b019d745b7262b2008ce2adb15.tar.bz2
wallet-core-bd65bb67e25a79b019d745b7262b2008ce2adb15.zip
incrementally verify denoms
The denominations are not stored in a separate object store.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 64f91f443..39a12e846 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,9 @@ src/**/*.js.map
src/**/*.js
!src/vendor/*.js
-
!src/content_scripts/*.js
!src/module-trampoline.js
+!src/emscripten/taler-emscripten-lib.js
testlib/talertest.js
testlib/talertest.js.map
@@ -20,7 +20,7 @@ taler-wallet-*.sig
# Even though node_modules are tracked in git,
# per default we don't want them to show up in git status
-node_modules/*
+node_modules
coverage/
coverage-*.json