summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-07-07 01:18:45 -0400
committerPaul Smith <psmith@gnu.org>2022-07-09 10:47:13 -0400
commit5c1d9e54c7e7e124d95f6b08505f39914e65357a (patch)
tree6380eea48b033c4265c4140d2dd907dce2261c15 /.gitignore
parent2d7b5d6d8047301ee7126c3e4527a535b7898680 (diff)
downloadmake-git-5c1d9e54c7e7e124d95f6b08505f39914e65357a.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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