-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git: Standardise non-root gitignore file format
Signed-off-by: Mark Grant <[email protected]>
- Loading branch information
1 parent
d450cb2
commit c2bb43e
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|