+2023-06-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ Put "/" at end of .gitignore directory names
+ * build-aux/bootstrap (symlink_to_dir, autogen):
+ Put slashes after .gitignore entries that name directories.
+
2023-06-02 Bruno Haible <bruno@clisp.org>
striconveha: Don't crash if malloc() returns NULL.
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003-2022 Free Software Foundation, Inc.
+# Copyright (C) 2003-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
for dot_ig in x $vc_ignore; do
test $dot_ig = x && continue
ig=$parent/$dot_ig
- insert_vc_ignore $ig "${dst_dir##*/}"
+ insert_vc_ignore $ig "${dst_dir##*/}/"
done
fi
mkdir $build_aux
for dot_ig in x $vc_ignore; do
test $dot_ig = x && continue
- insert_vc_ignore $dot_ig $build_aux
+ insert_vc_ignore $dot_ig $build_aux/
done
fi