summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d9f022c48c7d5db1c66dc367ee9b6e4b6c09bd67 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
*.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
/mktables

/libbtrfs.a
/libbtrfs.so*
/library-test
/library-test-static
/libbtrfsutil.so*
/libbtrfsutil.a

/fssum
/testsuite-id
/tests/*-tests-results.txt
/tests/test-console.txt
/tests/test.img
/tests/mnt/
*.restored
/ioctl-test
/send-test
/quick-test

/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
.clang_complete

/Documentation/Makefile
/Documentation/*.html
/Documentation/btrfs-balance.8
/Documentation/btrfs-check.8
/Documentation/btrfs-convert.8
/Documentation/btrfs-device.8
/Documentation/btrfs-filesystem.8
/Documentation/btrfs-find-root.8
/Documentation/btrfs-image.8
/Documentation/btrfs-inspect-internal.8
/Documentation/btrfs-ioctl.3
/Documentation/btrfs-man5.5
/Documentation/btrfs-map-logical.8
/Documentation/btrfs-property.8
/Documentation/btrfs-qgroup.8
/Documentation/btrfs-quota.8
/Documentation/btrfs-receive.8
/Documentation/btrfs-replace.8
/Documentation/btrfs-rescue.8
/Documentation/btrfs-restore.8
/Documentation/btrfs-scrub.8
/Documentation/btrfs-select-super.8
/Documentation/btrfs-send.8
/Documentation/btrfs-subvolume.8
/Documentation/btrfs.8
/Documentation/btrfstune.8
/Documentation/fsck.btrfs.8
/Documentation/mkfs.btrfs.8

*.patch