btrfs-progs/.gitignore
Anand Jain 8049446bb0 btrfs-progs: docs: placeholder for contents.rst file on older sphinx version
Older versions of sphinx require the contents.rst file otherwise the
build fails, while new versions don't need it and use index.rst.

Sphinx error:

master file btrfs-progs/Documentation/contents.rst not found
make[1]: *** [Makefile:37: man] Error 2
make: *** [Makefile:502: build-Documentation] Error 2

This build error is seen on version 1.7.6-3.

To make it work on old and new versions create a placeholder empty file
but make it a phony build target so new sphinx does not see it and
report as not in any TOC.

[ci skip]

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2024-01-11 17:04:48 +01:00

85 lines
1.2 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
!.readthedocs.yaml
/ci/images/*/devel.tar.gz
/Documentation/Makefile
/Documentation/_build
/Documentation/contents.rst
*.patch