aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2025-01-20 01:56:03 +0000
committerJunio C Hamano <gitster@pobox.com>2025-01-21 12:56:10 -0800
commitdd98f54f30606a2afc05892bbd0185648311963e (patch)
treee3e29dd6f4e495a35581662d9b871d9a8f9f970d
parentdoc: use .adoc extension for AsciiDoc files (diff)
downloadgit-dd98f54f30606a2afc05892bbd0185648311963e.tar.gz
git-dd98f54f30606a2afc05892bbd0185648311963e.zip
Remove obsolete ".txt" extensions for AsciiDoc files
Since we no longer have any AsciiDoc files that end in ".txt", don't modify them with .gitattributes or ignore them with .gitignore. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--.gitattributes1
-rw-r--r--Documentation/.gitignore4
2 files changed, 0 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes
index b38cfd499b..43fa883a84 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,7 +7,6 @@
*.py text eol=lf diff=python
*.bat text eol=crlf
CODE_OF_CONDUCT.md -whitespace
-/Documentation/**/*.txt text eol=lf
/Documentation/**/*.adoc text eol=lf
/command-list.txt text eol=lf
/GIT-VERSION-GEN text eol=lf
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index abce806398..dd54cc768a 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -6,14 +6,10 @@
*.pdf
git.info
gitman.info
-howto-index.txt
howto-index.adoc
doc.dep
-cmds-*.txt
cmds-*.adoc
-mergetools-*.txt
mergetools-*.adoc
-SubmittingPatches.txt
SubmittingPatches.adoc
tmp-doc-diff/
tmp-meson-diff/