diff options
author | Joe Thornber <ejt@redhat.com> | 2018-01-29 09:40:21 +0000 |
---|---|---|
committer | Joe Thornber <ejt@redhat.com> | 2018-04-23 09:49:37 +0100 |
commit | f2504257e463bf58d991f8d137923a1a48bf4404 (patch) | |
tree | 1b140b88cc18870e285876ce0be136ec45cd6806 /.gitignore | |
parent | d51429254f4e9b17083af0c554aa7045e5ec08bb (diff) | |
download | lvm2-f2504257e463bf58d991f8d137923a1a48bf4404.tar.gz |
[git] Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a890ceec8..28846b194 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.5 *.7 *.8 +*.8_gen *.a *.d *.o @@ -30,3 +31,7 @@ make.tmpl /cscope.out /tags /tmp/ + + +tools/man-generator +tools/man-generator.c |