Skip to content

Commit dd98f54

Browse files
bk2204gitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1f010d6 commit dd98f54

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*.py text eol=lf diff=python
88
*.bat text eol=crlf
99
CODE_OF_CONDUCT.md -whitespace
10-
/Documentation/**/*.txt text eol=lf
1110
/Documentation/**/*.adoc text eol=lf
1211
/command-list.txt text eol=lf
1312
/GIT-VERSION-GEN text eol=lf

Documentation/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@
66
*.pdf
77
git.info
88
gitman.info
9-
howto-index.txt
109
howto-index.adoc
1110
doc.dep
12-
cmds-*.txt
1311
cmds-*.adoc
14-
mergetools-*.txt
1512
mergetools-*.adoc
16-
SubmittingPatches.txt
1713
SubmittingPatches.adoc
1814
tmp-doc-diff/
1915
tmp-meson-diff/

0 commit comments

Comments
 (0)