Skip to content

Commit

Permalink
git: Correct reasoning in gitignore file
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Grant <[email protected]>
  • Loading branch information
m-grant-prg committed May 5, 2024
1 parent c1c8e6d commit 30ddf1c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions m4/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#########################################################################
# #
# Author: Copyright (C) 2023 Mark Grant #
# Author: Copyright (C) 2023, 2024 Mark Grant #
# #
# Released under the GPLv3 only. #
# SPDX-License-Identifier: GPL-3.0-only #
Expand All @@ -13,8 +13,7 @@
#########################################################################

# This .gitignore file is to ensure that this directory exists even though
# none of it's contents will ever be tracked. This is required because
# otherwise, after cloning, the project build will fail citing this missing
# directory.
# empty. This is required because otherwise, after cloning, the project build
# will fail citing this missing directory.
# In other words, this is a git hack to satisfy AutoTools.

0 comments on commit 30ddf1c

Please sign in to comment.