From: Yaakov Selkowitz <[email protected]> Signed-off-by: Yaakov Selkowitz <[email protected]> --- hw/dmx/doc/.gitignore | 3 +++ hw/xfree86/doc/sgml/.gitignore | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 hw/xfree86/doc/sgml/.gitignore
diff --git a/hw/dmx/doc/.gitignore b/hw/dmx/doc/.gitignore index 5bfaef3..84b70c0 100644 --- a/hw/dmx/doc/.gitignore +++ b/hw/dmx/doc/.gitignore @@ -1,2 +1,5 @@ # Add & Override for this directory and it's subdirectories html/ +*.html +*.pdf +*.ps diff --git a/hw/xfree86/doc/sgml/.gitignore b/hw/xfree86/doc/sgml/.gitignore new file mode 100644 index 0000000..2ee2ac5 --- /dev/null +++ b/hw/xfree86/doc/sgml/.gitignore @@ -0,0 +1,4 @@ +*.html +*.pdf +*.ps +*.txt -- 1.6.6.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
