gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/scripts/www-cvs-sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/www-cvs-sync.py')
-rw-r--r--scripts/www-cvs-sync.py 4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/www-cvs-sync.py b/scripts/www-cvs-sync.py
index 22c31c64..6f48e225 100644
--- a/scripts/www-cvs-sync.py
+++ b/scripts/www-cvs-sync.py
@@ -47,8 +47,12 @@ for dirpath, subdirs, files in os.walk(www_dir):
www_list += [os.path.join(dirpath, name) for name in files]
if 'CVS' in subdirs:
subdirs.remove('CVS')
+ if '.git' in subdirs:
+ subdirs.remove('.git')
for www_filename in www_list:
+ if os.path.basename(www_filename) in ['status.log', '.gitignore']:
+ continue
name, src_filename = base_replace(www_filename, 'www/gsl-shell', 'doc/html')
dirname = os.path.dirname(name)
src_dirname = os.path.join('doc/html', dirname)
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月17日 16:33:26 +0000

AltStyle によって変換されたページ (->オリジナル) /