Skip to content

Commit

Permalink
git: Add gitignore to ensure directory is present even when empty
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Grant <m.grant.prg@gmail.com>
  • Loading branch information
m-grant-prg committed Apr 29, 2024
1 parent 399a9cf commit 0513098
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/misc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#########################################################################
# #
# Author: Copyright (C) 2024 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
# 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 0513098

Please sign in to comment.