mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-27 14:14:30 +08:00
86d3904166
Add basic config and build files for sphinx. The long term plan is to convert all asciidoc sources to ReST and host majority of wiki contents, and maybe more. Build: $ cd Documentation/ $ make -f Makefile.sphinx html The result is in Documentation/_build/html. Signed-off-by: David Sterba <dsterba@suse.com>
88 lines
1.2 KiB
Plaintext
88 lines
1.2 KiB
Plaintext
*.o
|
|
*.static.o
|
|
*.o.d
|
|
|
|
/.cc-defines.h
|
|
/version.h
|
|
/btrfs
|
|
/btrfs.static
|
|
/btrfs-map-logical
|
|
/btrfs-map-logical.static
|
|
/btrfs-fragments
|
|
/btrfs-fragments.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
|
|
|
|
/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
|
|
/config/*
|
|
/config.h
|
|
/config.h.in
|
|
/config.h.in~
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/Makefile.inc
|
|
|
|
/tags
|
|
/TAGS
|
|
/cscope.out
|
|
/cscope.files
|
|
/cscope.in.out
|
|
/cscope.po.out
|
|
.*
|
|
!.editorconfig
|
|
|
|
/ci/images/*/devel.tar.gz
|
|
|
|
/Documentation/Makefile
|
|
/Documentation/*.html
|
|
/Documentation/*.8
|
|
/Documentation/*.5
|
|
/Documentation/*.3
|
|
/Documentation/*.8.gz
|
|
/Documentation/*.5.gz
|
|
/Documentation/*.3.gz
|
|
/Documentation/_build
|
|
|
|
*.patch
|