aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: bb719b41d200ba45bf4b8f9c8a9c6b9335ed722c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
*.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