summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-17 02:15:57 +0200
committerewy <ewy0@protonmail.com>2026-05-17 02:15:57 +0200
commit45d1755e9f28853186613e97b034c2020f9d98e4 (patch)
treeca9fa2d0f76efc3ee0f9cac8cf27d7d711961baf /.gitignore
parent5cfc8bd701037a215c62789916cda283a018d3fd (diff)
fix test which creates orphaned file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 658971a..cdbeccf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
.idea
web/coverage.html
-coverage.out \ No newline at end of file
+coverage.out
+
+# build artifact
+pik \ No newline at end of file