-
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.
all: Remove most in-file ChangeLogs and versioningtip
In-file ChangeLog information is no longer required in the modern VCS world, except where a file is imported as a version, eg bootstrap.sh, gitignore etc. In-file versioning should only be provided when it helps to narrow down bugs or problems. So they are valid as script / program version information which the user can quote when reporting bugs. They are not required on AutoTools files for example. Signed-off-by: Mark Grant <m.grant.prg@gmail.com>
- Loading branch information
1 parent
8d58f57
commit 387d20f
Showing
10 changed files
with
20 additions
and
339 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
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
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
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
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. | ||
|
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,22 +1,11 @@ | ||
######################################################################### | ||
# # | ||
# File ID: ./misc/TODO.txt # | ||
# Author: Mark Grant # | ||
# # | ||
# Purpose: # | ||
# Contains project-wide notes on work needing done. # | ||
# # | ||
######################################################################### | ||
|
||
######################################################################### | ||
# # | ||
# Changelog # | ||
# # | ||
# Date Author Version Description # | ||
# # | ||
# 03/12/2017 MG 1.0.1 Created. # | ||
# # | ||
######################################################################### | ||
|
||
|
||
Currently no Notes. |
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
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
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
Oops, something went wrong.