btrfs-progs/.gitignore
David Sterba 4167c86123 btrfs-progs: remove btrfs-fragments
The btrfs-fragments utility generates a html page with a set of images
representing block groups and visualises fragmentation. Though this
might be useful, the build has been broken since commit 877f512c55
("btrfs-progs: sync block group item accessors from kernel"), version
5.7. Also it's been out of date regarding newly added trees or data
structure updates and does not work correctly anymore.

Signed-off-by: David Sterba <dsterba@suse.com>
2023-09-01 12:11:59 +02:00

83 lines
1.1 KiB
Plaintext

*.o
*.static.o
*.o.d
/.cc-defines.h
/libbtrfs/version.h
/btrfs
/btrfs.static
/btrfs-map-logical
/btrfs-map-logical.static
/btrfsck
/mkfs.btrfs
/mkfs.btrfs.static
/btrfs-convert
/btrfs-convert.static
/btrfs-find-root
/btrfs-find-root.static
/btrfs-image
/btrfs-image.static
/btrfs-corrupt-block
/btrfs-corrupt-block.static
/btrfs-select-super
/btrfs-select-super.static
/btrfs-crc
/btrfstune
/btrfstune.static
/btrfs-sb-mod
/mktables
/libbtrfs.a
/libbtrfs.so*
/library-test
/library-test-static
/libbtrfsutil.so*
/libbtrfsutil.a
/libbtrfsutil/libbtrfsutil.pc
/fsstress
/fssum
/testsuite-id
/tests/*-tests-results.txt
/tests/test-console.txt
/tests/test.img
/tests/mnt/
*.restored
/ioctl-test
/send-test
/quick-test
/json-formatter-test
/hash-speedtest
/aclocal.m4
/autom4te.cache
/config.cache
/include/config.h
/include/config.h.in
/include/config.h.in~
/config/config.guess
/config/config.sub
/config/install-sh
/config.log
/config.status
/configure
/Makefile.inc
/tags
/TAGS
/cscope.out
/cscope.files
/cscope.in.out
/cscope.po.out
.*
!.editorconfig
!.github
/ci/images/*/devel.tar.gz
/Documentation/Makefile
/Documentation/_build
*.patch