Signed-off-by: Gaetan Nadon <[email protected]> --- hw/dmx/doc/.gitignore | 8 ++++++++ hw/xfree86/doc/sgml/.gitignore | 5 +++++ 2 files changed, 13 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..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 diff --git a/hw/xfree86/doc/sgml/.gitignore b/hw/xfree86/doc/sgml/.gitignore new file mode 100644 index 0000000..a06a215 --- /dev/null +++ b/hw/xfree86/doc/sgml/.gitignore @@ -0,0 +1,5 @@ +# Add & Override for this directory and it's subdirectories +DESIGN.html +DESIGN.pdf +DESIGN.ps +DESIGN.txt -- 1.6.0.4 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
