diff options
author | Joe Thornber <ejt@redhat.com> | 2018-01-31 11:35:47 +0000 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2018-04-20 11:11:56 -0500 |
commit | cb2c4542a6028ef09d30bfdcdaef4e7ddb740ca7 (patch) | |
tree | 138ca8b7cfb3d80719f58eb3742c9c2abd2abc46 /.gitignore | |
parent | 38d77898ae7a824b3a05ee2a1812d7a85cca6373 (diff) | |
download | lvm2-cb2c4542a6028ef09d30bfdcdaef4e7ddb740ca7.tar.gz |
[git] Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a890ceec8..0ac0a32f9 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,51 @@ make.tmpl /cscope.out /tags /tmp/ + +tools/man-generator +tools/man-generator.c + +test/lib/lvchange +test/lib/lvconvert +test/lib/lvcreate +test/lib/lvdisplay +test/lib/lvextend +test/lib/lvmconfig +test/lib/lvmdiskscan +test/lib/lvmsadc +test/lib/lvmsar +test/lib/lvreduce +test/lib/lvremove +test/lib/lvrename +test/lib/lvresize +test/lib/lvs +test/lib/lvscan +test/lib/pvchange +test/lib/pvck +test/lib/pvcreate +test/lib/pvdisplay +test/lib/pvmove +test/lib/pvremove +test/lib/pvresize +test/lib/pvs +test/lib/pvscan +test/lib/vgcfgbackup +test/lib/vgcfgrestore +test/lib/vgchange +test/lib/vgck +test/lib/vgconvert +test/lib/vgcreate +test/lib/vgdisplay +test/lib/vgexport +test/lib/vgextend +test/lib/vgimport +test/lib/vgimportclone +test/lib/vgmerge +test/lib/vgmknodes +test/lib/vgreduce +test/lib/vgremove +test/lib/vgrename +test/lib/vgs +test/lib/vgscan +test/lib/vgsplit + |