summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-10 00:00:29 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-10 00:01:08 +0200
commit244b01d80d24cf3c9b51699abd1df797c4430981 (patch)
tree074947bf0df49978af72371b4b0f2fc325fb174a /.gitignore
parentfd3fd4ce7a67bceedc8e3fc6894617b07350fae3 (diff)
api: Restore trace endpoint
This change adds the trace endpoint, which was unfortunately removed due to an incorrect .gitignore statement.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8981df97..853778c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,7 +12,7 @@ database/opendc_testing/*
keys.json
# Traces
-traces/
+/traces/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*