From d589c4d9fa0f177aa20cf7de70227a9e23e75316 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 21 Dec 2019 20:53:18 +0100 Subject: example: Ignoring "items" and "thumbnails" symlinks --- example/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 example/.gitignore (limited to 'example/.gitignore') diff --git a/example/.gitignore b/example/.gitignore new file mode 100644 index 0000000..fbded57 --- /dev/null +++ b/example/.gitignore @@ -0,0 +1,2 @@ +items +thumbs -- cgit v1.2.3 From c2b4c5d144db17ebf2dc9de32ba25cc836831ae2 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 21 Dec 2019 21:15:59 +0100 Subject: viewer: Improved the Gallery type definitions. Basic display of the images and thumbnails example: "thumbnails" instead of "thumbs" --- example/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/.gitignore') diff --git a/example/.gitignore b/example/.gitignore index fbded57..f1212bc 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -1,2 +1,2 @@ items -thumbs +thumbnails -- cgit v1.2.3 From 1e57d76eadb2192be2b3d9343d4ddfeccc996bcb Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 27 Dec 2019 13:38:47 +0100 Subject: compiler: exclude output dir from input --- example/.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'example/.gitignore') diff --git a/example/.gitignore b/example/.gitignore index f1212bc..1fcb152 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -1,2 +1 @@ -items -thumbnails +out -- cgit v1.2.3 From c8179bba5a33878f9128ae862def9eafef634b99 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 28 Dec 2019 04:55:23 +0100 Subject: example: gitignore for symlinks (reverted) --- example/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/.gitignore') diff --git a/example/.gitignore b/example/.gitignore index 1fcb152..c5ae58b 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -1 +1,3 @@ out +items +thumbnails \ No newline at end of file -- cgit v1.2.3