diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2013-04-07 04:47:13 +0200 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2013-04-07 04:47:13 +0200 |
commit | 9e2bf1b60d7e603c6435b1763ab7506e4b5deb0d (patch) | |
tree | dd5833007d94d5750a7bcde2f5a7a5bd9e750a7e | |
parent | 5eb7e54012f2b0166008d2710b6354450600c9ca (diff) | |
download | ratpoison-9e2bf1b60d7e603c6435b1763ab7506e4b5deb0d.zip |
Make git ignore .xz archives and HTML documentation
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | doc/.gitignore | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,8 @@ config.status config.log ratpoison-*.tar.gz ratpoison-*.tar.gz.sig +ratpoison-*.tar.xz +ratpoison-*.tar.xz.sig TAGS /doc/version.texi /doc/stamp-vti diff --git a/doc/.gitignore b/doc/.gitignore index a5915b2..96a20f1 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,2 +1,3 @@ texinfo.tex ratpoison.info +ratpoison.html/ |