btrfs-progs/.gitignore
David Sterba 86d3904166 btrfs-progs: docs: add sphinx build support
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>
2021-10-29 17:30:03 +02:00

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