summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 00:47:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 00:47:22 +0100
commitd0a0695fb5d34996850723f7d4b1b59c3df909c2 (patch)
tree6141a1db06f8f359813c332b3c23f3777f00b568 /.gitignore
parente9a383ede7f98512f0dd351697759d75ddb67eac (diff)
downloadwallet-core-d0a0695fb5d34996850723f7d4b1b59c3df909c2.tar.gz
wallet-core-d0a0695fb5d34996850723f7d4b1b59c3df909c2.tar.bz2
wallet-core-d0a0695fb5d34996850723f7d4b1b59c3df909c2.zip
test harness for both browser and node
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 95fb987d3..8563e66cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,8 @@ pages/**/*.js.map
pogen/**/*.js.map
test/**/*.js.map
content_scripts/**/*.js.map
+testlib/**/*.js.map
+testlib/talertest.js
background/*.js
pogen/*.js
test/*.js
@@ -20,4 +22,8 @@ build/
taler-wallet-*.tar.gz
taler-wallet-*.directive
taler-wallet-*.directive.asc
-taler-wallet-*.sig \ No newline at end of file
+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