aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-23 00:31:17 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-09-24 11:03:39 +0200
commitb9537b1d1164b9f3fbe704512b1e324c2e37beb5 (patch)
treea2538bd8698b208431fa85a3f65cd8bafbf0bbeb /.gitignore
parent7407ddf0162cc32fee03a309186588047a65f42a (diff)
downloadslcl-b9537b1d1164b9f3fbe704512b1e324c2e37beb5.tar.gz
Add thumbnail generation tool
This new application runs separately from slcl and communicates with it via a named pipe. When files are added/removed to/from the user directory, slcl shall write to the named pipe. Then, this new tool shall process incoming entries and generate or remove thumbnails accordingly. Such thumbnails are stored into a new directory inside the database directory, namely thumbnails/, which replicates the same structure as user/.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6f7f1b9..c99e607 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
build/
slcl
+thumbnail/thumbnail
*.o
*.d
/Makefile