From: Yaakov Selkowitz <[email protected]> dmx.txt and scaled.txt are generated from SGML, so they probably never should have been in version control in the first place.
Signed-off-by: Yaakov Selkowitz <[email protected]> --- This commit would also include the complete removal of dmx.txt and scaled.txt as noted in the diffstat, but apparently that makes the patch too long for the list's filters so I'm omitting that part here. hw/dmx/doc/.gitignore | 8 + hw/dmx/doc/dmx.txt | 2989 ------------------------------------------------- hw/dmx/doc/scaled.txt | 579 ---------- 3 files changed, 8 insertions(+), 3568 deletions(-) delete mode 100644 hw/dmx/doc/dmx.txt delete mode 100644 hw/dmx/doc/scaled.txt diff --git a/hw/dmx/doc/.gitignore b/hw/dmx/doc/.gitignore index 5bfaef3..6bdd862 100644 --- a/hw/dmx/doc/.gitignore +++ b/hw/dmx/doc/.gitignore @@ -1,2 +1,10 @@ # Add & Override for this directory and it's subdirectories html/ +dmx.html +dmx.pdf +dmx.ps +dmx.txt +scaled.html +scaled.pdf +scaled.ps +scaled.txt _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
