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>
This commit is contained in:

committed by
Junio C Hamano

parent
1f010d6bdf
commit
dd98f54f30
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7,7 +7,6 @@
|
|||||||
*.py text eol=lf diff=python
|
*.py text eol=lf diff=python
|
||||||
*.bat text eol=crlf
|
*.bat text eol=crlf
|
||||||
CODE_OF_CONDUCT.md -whitespace
|
CODE_OF_CONDUCT.md -whitespace
|
||||||
/Documentation/**/*.txt text eol=lf
|
|
||||||
/Documentation/**/*.adoc text eol=lf
|
/Documentation/**/*.adoc text eol=lf
|
||||||
/command-list.txt text eol=lf
|
/command-list.txt text eol=lf
|
||||||
/GIT-VERSION-GEN text eol=lf
|
/GIT-VERSION-GEN text eol=lf
|
||||||
|
4
Documentation/.gitignore
vendored
4
Documentation/.gitignore
vendored
@ -6,14 +6,10 @@
|
|||||||
*.pdf
|
*.pdf
|
||||||
git.info
|
git.info
|
||||||
gitman.info
|
gitman.info
|
||||||
howto-index.txt
|
|
||||||
howto-index.adoc
|
howto-index.adoc
|
||||||
doc.dep
|
doc.dep
|
||||||
cmds-*.txt
|
|
||||||
cmds-*.adoc
|
cmds-*.adoc
|
||||||
mergetools-*.txt
|
|
||||||
mergetools-*.adoc
|
mergetools-*.adoc
|
||||||
SubmittingPatches.txt
|
|
||||||
SubmittingPatches.adoc
|
SubmittingPatches.adoc
|
||||||
tmp-doc-diff/
|
tmp-doc-diff/
|
||||||
tmp-meson-diff/
|
tmp-meson-diff/
|
||||||
|
Reference in New Issue
Block a user