* .gitignore: Add more exemptions. --- OK to push?
.gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 435321a..2d64210 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,10 @@ /config.status /configure /configure.ac +/doc/grep.?? +/doc/grep.??? +/grep*.gz +/grep*.xz /gnulib-tests/* /lib/* /lib/charset.alias -- 1.6.6.1
