btrfs-progs: clean up .gitignore
- group entries that belong together - add / prefix for files that are at fixed location - remove obsolte build targets - remove automake support scripts - add missing targets (.static) Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
51074d2f78
commit
739313d223
|
@ -1,80 +1,97 @@
|
||||||
*.o
|
*.o
|
||||||
*.static.o
|
*.static.o
|
||||||
*.o.d
|
*.o.d
|
||||||
tags
|
|
||||||
.cc-defines.h
|
/.cc-defines.h
|
||||||
version.h
|
/version.h
|
||||||
version
|
/btrfs
|
||||||
man/*.gz
|
/btrfs.static
|
||||||
Documentation/*.gz
|
/btrfs-map-logical
|
||||||
Documentation/*.html
|
/btrfs-map-logical.static
|
||||||
btrfs
|
/btrfs-fragments
|
||||||
btrfs.static
|
/btrfs-fragments.static
|
||||||
btrfs-map-logical
|
/btrfsck
|
||||||
btrfs-fragments
|
/mkfs.btrfs
|
||||||
btrfsck
|
/mkfs.btrfs.static
|
||||||
ioctl-test
|
/btrfs-convert
|
||||||
dir-test
|
/btrfs-convert.static
|
||||||
send-test
|
/btrfs-find-root
|
||||||
quick-test
|
/btrfs-find-root.static
|
||||||
find-root
|
/btrfs-image
|
||||||
mkfs.btrfs
|
/btrfs-image.static
|
||||||
mkfs.btrfs.static
|
/btrfs-corrupt-block
|
||||||
repair
|
/btrfs-corrupt-block.static
|
||||||
restore
|
/btrfs-select-super
|
||||||
btrfs-convert
|
/btrfs-select-super.static
|
||||||
btrfs-find-root
|
/btrfs-crc
|
||||||
btrfs-find-root.static
|
/btrfstune
|
||||||
btrfs-image
|
/btrfstune.static
|
||||||
btrfs-corrupt-block
|
/mktables
|
||||||
btrfs-select-super
|
|
||||||
btrfs-crc
|
/libbtrfs.a
|
||||||
btrfstune
|
/libbtrfs.so*
|
||||||
mktables
|
/library-test
|
||||||
libbtrfs.a
|
/library-test-static
|
||||||
libbtrfs.so
|
|
||||||
libbtrfs.so.0
|
|
||||||
libbtrfs.so.0.1
|
|
||||||
library-test
|
|
||||||
library-test-static
|
|
||||||
/libbtrfsutil.so*
|
/libbtrfsutil.so*
|
||||||
/libbtrfsutil.a
|
/libbtrfsutil.a
|
||||||
/fssum
|
|
||||||
testsuite-id
|
|
||||||
|
|
||||||
|
/fssum
|
||||||
|
/testsuite-id
|
||||||
/tests/*-tests-results.txt
|
/tests/*-tests-results.txt
|
||||||
/tests/test-console.txt
|
/tests/test-console.txt
|
||||||
/tests/test.img
|
/tests/test.img
|
||||||
/tests/mnt/
|
/tests/mnt/
|
||||||
*.restored
|
*.restored
|
||||||
|
/ioctl-test
|
||||||
|
/send-test
|
||||||
|
/quick-test
|
||||||
|
|
||||||
aclocal.m4
|
/aclocal.m4
|
||||||
autom4te.cache
|
/autom4te.cache
|
||||||
compile
|
/config.cache
|
||||||
config.cache
|
/config/*
|
||||||
config.guess
|
/config.h
|
||||||
config.h
|
/config.h.in
|
||||||
config.h.in
|
/config.h.in~
|
||||||
config.h.in~
|
/config.log
|
||||||
config.log
|
/config.status
|
||||||
config.rpath
|
/configure
|
||||||
config.status
|
/Makefile.inc
|
||||||
config.sub
|
|
||||||
config/ltmain.sh
|
/tags
|
||||||
config/py-compile
|
/cscope.out
|
||||||
config/test-driver
|
/cscope.files
|
||||||
configure
|
/cscope.in.out
|
||||||
cscope.out
|
/cscope.po.out
|
||||||
.clang_complete
|
.clang_complete
|
||||||
depcomp
|
|
||||||
libtool
|
/Documentation/Makefile
|
||||||
Makefile.inc
|
/Documentation/*.html
|
||||||
Documentation/Makefile
|
/Documentation/btrfs-balance.8
|
||||||
missing
|
/Documentation/btrfs-check.8
|
||||||
mkinstalldirs
|
/Documentation/btrfs-convert.8
|
||||||
stamp-h
|
/Documentation/btrfs-device.8
|
||||||
stamp-h.in
|
/Documentation/btrfs-filesystem.8
|
||||||
stamp-h1
|
/Documentation/btrfs-find-root.8
|
||||||
config/*
|
/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
|
*.patch
|
||||||
|
|
Loading…
Reference in New Issue