summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-07-07 14:01:46 +0300
committerjakka <jakkadoujin@gmail.com>2025-07-07 14:01:46 +0300
commit9b459adeafffcecdcb19e60806272a466e02b184 (patch)
tree0029a4abfbca5f60cddbce2ad63dc685f70f0176 /.gitignore
parentfccc22cd4a4a84211d8b61cf561d0f4463f500f1 (diff)
added better mutex handlingv0.2.3
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index f97ae78..6b5265b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,7 +23,7 @@
target
testfiles
testfiles_orig
-*.flac
-*.wav
-*.tmp
-*.db \ No newline at end of file
+./*.flac
+./*.wav
+./*.tmp
+./*.db \ No newline at end of file