From 5c1d9e54c7e7e124d95f6b08505f39914e65357a Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 7 Jul 2022 01:18:45 -0400 Subject: Move our fnmatch/glob implementation into gl/lib The gl subdirectory contains our local versions of gnulib module implementations, so move fnmatch* and glob* from lib to gl/lib. * gl/modules/make-glob: Add a proper Files: section. * lib/.gitignore: Delete unnecessary ignore file: lib is empty. * .gitignore: Add lib/ as an ignored directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f548779f..ef5292f9 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ GTAGS *.rej # Configure artifacts +/lib/ ABOUT-NLS INSTALL Makefile -- cgit v1.2.1