aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-02-25 17:02:46 -0500
committerB Stack <bgstack15@gmail.com>2021-02-25 17:02:46 -0500
commitcc29a824e6d83164dab740cd98313a4795cf5e1f (patch)
tree1ebe5257c1fe5f7145ec044c880f5f9496d9acd1 /.gitignore
parentinitial commit (diff)
downloadgallery-cc29a824e6d83164dab740cd98313a4795cf5e1f.tar.gz
gallery-cc29a824e6d83164dab740cd98313a4795cf5e1f.tar.bz2
gallery-cc29a824e6d83164dab740cd98313a4795cf5e1f.zip
improve generate.pyHEADmaster
* Add ability to choose subdir name format. * Add day (D) as a variable to use. * Add ability to use other exif date tags, and filename, to determine the date to use. Timestamp is a last-resort option only! * Change output of the cli equivalent actions to stdout (from stderr).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bee8a64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+__pycache__
bgstack15