diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..224d43c --- /dev/null +++ b/.gitignore @@ -0,0 +1,162 @@ +*.5 +*.7 +*.8 +*.8_gen +*.a +*.d +*.o +*.orig +*.pc +*.pot +*.pyc +*.pyo +*.rej +*.so +*.so.* +*.sw* +*~ + +# gcov files: +*.gcda +*.gcno + +.export.sym +.exported_symbols_generated +.gdb_history + +Makefile +make.tmpl + +/autom4te.cache/ +/autoscan.log +/build/ +/config.cache +/config.log +/config.status +/configure.scan +/cscope.* +/html/ +/python/ +/reports/ +/tags +/tmp/ + +coverity/coverity_model.xml + +/libdm/.symver_check + +daemons/clvmd +daemons/dmfilemapd +daemons/lvmetad/ + +tools/man-generator +tools/man-generator.c + +test/.lib-dir-stamp +test/.tests-stamp +test/lib/dmsecuretest +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/securetest +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 +test/api/lvtest.t +test/api/pe_start.t +test/api/percent.t +test/api/python_lvm_unit.py +test/api/test +test/api/thin_percent.t +test/api/vglist.t +test/api/vgtest.t +test/lib/aux +test/lib/cache-mq.profile +test/lib/cache-smq.profile +test/lib/check +test/lib/clvmd +test/lib/dm-version-expected +test/lib/dmeventd +test/lib/dmsetup +test/lib/dmstats +test/lib/fail +test/lib/flavour-ndev-cluster +test/lib/flavour-ndev-cluster-lvmpolld +test/lib/flavour-ndev-devicesfile +test/lib/flavour-ndev-lvmetad +test/lib/flavour-ndev-lvmetad-lvmpolld +test/lib/flavour-ndev-lvmpolld +test/lib/flavour-ndev-vanilla +test/lib/flavour-udev-cluster +test/lib/flavour-udev-cluster-lvmpolld +test/lib/flavour-udev-lvmetad +test/lib/flavour-udev-lvmetad-lvmpolld +test/lib/flavour-udev-lvmlockd-dlm +test/lib/flavour-udev-lvmlockd-idm +test/lib/flavour-udev-lvmlockd-sanlock +test/lib/flavour-udev-lvmlockd-test +test/lib/flavour-udev-lvmpolld +test/lib/flavour-udev-vanilla +test/lib/fsadm +test/lib/get +test/lib/inittest +test/lib/invalid +test/lib/lvm +test/lib/lvm-wrapper +test/lib/lvmchange +test/lib/lvmdbusd.profile +test/lib/lvmdevices +test/lib/lvmetad +test/lib/lvmpolld +test/lib/lvm_import_vdo +test/lib/lvm_vdo_wrapper +test/lib/not +test/lib/paths +test/lib/paths-common +test/lib/runner +test/lib/should +test/lib/test +test/lib/thin-performance.profile +test/lib/utils +test/lib/version-expected +test/lib/vgimportdevices + +test/unit/dmraid_t.c +test/unit/unit-test |