diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:03:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:05:00 -0500 |
commit | f9fbc8ec513faa2071335962e046448e3f0d00a2 (patch) | |
tree | 5b5a5705bfa283aaf4169b8b181f89cd731e6bae /org/out_src_pod.org | |
parent | 2025 (diff) |
Diffstat (limited to 'org/out_src_pod.org')
-rw-r--r-- | org/out_src_pod.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org/out_src_pod.org b/org/out_src_pod.org index affd142..e72d332 100644 --- a/org/out_src_pod.org +++ b/org/out_src_pod.org @@ -533,7 +533,7 @@ void zipArchiveDigest(M,F,D)(M doc_matters, F fn_pod, D _digests) { *** pod/{pods/} #+NAME: pod_gitignore -#+BEGIN_SRC sh +#+BEGIN_SRC shell # git ls-files --others --exclude-from=.git/info/exclude ,* !.gitignore @@ -611,7 +611,7 @@ tmp/** *** document pod structure #+NAME: pod_gitignore -#+BEGIN_SRC sh +#+BEGIN_SRC shell # git ls-files --others --exclude-from=.git/info/exclude ,* !.gitignore @@ -641,7 +641,7 @@ tmp/** *** pod po4a structure #+NAME: pod_gitignore -#+BEGIN_SRC sh +#+BEGIN_SRC shell # git ls-files --others --exclude-from=.git/info/exclude ,* !.gitignore |