upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-05-17 01:39:03 +0530
committerYour Name <you@example.com>2026-05-17 01:39:03 +0530
commit32844ac7c4a135659714aabf7d2414f156176d72 (patch)
tree414e6272a9a174bd50566c65e432ed62b29236b3 /.gitignore
parent60e0a1042e5c56fe7d4b46d760441391df4ff809 (diff)
test_cashu (10/10) + test_session (18/18): all 86 unit tests passing
- Expand esp_http_client.h stub: full config struct + method enum + init/perform/cleanup - Add portTICK_PERIOD_MS + esp_err_to_name to stubs - session.c: reject duplicate spent secrets in session_create (double-spend protection) - .gitignore: add test binaries
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 67133d5..e50f050 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,8 @@ __pycache__/
14*.map 14*.map
15 NAND/ 15 NAND/
16main/config.json 16main/config.json
17tests/unit/test_geohash
18tests/unit/test_identity
19tests/unit/test_nostr_event
20tests/unit/test_cashu
21tests/unit/test_session