Skip to content

Commit

Permalink
git: Standardise non-root gitignore file format
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 Nov 14, 2023
1 parent d450cb2 commit c2bb43e
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions m4/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# This .gitignore file is to ensure that this directory exists even if empty.
# This is required because otherwise, after cloning, the project build will fail
# citing this missing directory.
#########################################################################
# #
# Author: Copyright (C) 2023 Mark Grant #
# #
# Released under the GPLv3 only. #
# SPDX-License-Identifier: GPL-3.0-only #
# #
# N.B. #
# After changes to any gitignore file please run #
# 'git ls-files -i --exclude-standard' #
# to determine if any tracked files are now ignored. #
# #
#########################################################################

# 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.
# In other words, this is a git hack to satisfy AutoTools.

0 comments on commit c2bb43e

Please sign in to comment.