Skip to content

Commit 94a89cf

Browse files
committed
git: Correct gitignore reasoning, empty not untracked
Signed-off-by: Mark Grant <[email protected]>
1 parent 7f05410 commit 94a89cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

m4/.gitignore

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#########################################################################
22
# #
3-
# Author: Copyright (C) 2023 Mark Grant #
3+
# Author: Copyright (C) 2023, 2024 Mark Grant #
44
# #
55
# Released under the GPLv3 only. #
66
# SPDX-License-Identifier: GPL-3.0-only #
@@ -13,8 +13,7 @@
1313
#########################################################################
1414

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

0 commit comments

Comments
 (0)