5cdca5b1da
No installation diff, dist lost -zfs-2.1.99/cmd/fsck_zfs/fsck.zfs which was distributed erroneously, since it's generated Also clean gitrev on clean Also add -e 'any possible bashisms' to default checkbashisms flags, and fully parallelise it and shellcheck, and it works out-of-tree, too Also align the Release in the dist META file correctly Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
89 lines
1.0 KiB
Plaintext
89 lines
1.0 KiB
Plaintext
#
|
|
# This is the top-level .gitignore file:
|
|
# ignore everything except a list of allowed files.
|
|
#
|
|
# This is not the place for entries that are specific to
|
|
# a subdirectory. Instead add those files to the
|
|
# .gitignore file in that subdirectory.
|
|
#
|
|
# N.B.
|
|
# Please use 'git ls-files -i --exclude-standard'
|
|
# command after changing this file, to see if there are
|
|
# any tracked files which get ignored after the change.
|
|
|
|
*
|
|
|
|
!.github
|
|
!cmd
|
|
!config
|
|
!contrib
|
|
!etc
|
|
!include
|
|
!lib
|
|
!man
|
|
!module
|
|
!rpm
|
|
!scripts
|
|
!tests
|
|
!udev
|
|
|
|
!.github/**
|
|
!cmd/**
|
|
!config/**
|
|
!contrib/**
|
|
!etc/**
|
|
!include/**
|
|
!lib/**
|
|
!man/**
|
|
!module/**
|
|
!rpm/**
|
|
!scripts/**
|
|
!tests/**
|
|
!udev/**
|
|
|
|
!.editorconfig
|
|
!.gitignore
|
|
!.gitmodules
|
|
!AUTHORS
|
|
!autogen.sh
|
|
!CODE_OF_CONDUCT.md
|
|
!configure.ac
|
|
!copy-builtin
|
|
!COPYRIGHT
|
|
!LICENSE
|
|
!Makefile.am
|
|
!META
|
|
!NEWS
|
|
!NOTICE
|
|
!README.md
|
|
!RELEASES.md
|
|
!TEST
|
|
!zfs.release.in
|
|
|
|
|
|
#
|
|
# Normal rules
|
|
#
|
|
*.[oa]
|
|
*.o.ur-safe
|
|
*.lo
|
|
*.la
|
|
*.mod.c
|
|
*~
|
|
*.swp
|
|
*.gcno
|
|
*.gcda
|
|
*.pyc
|
|
*.pyo
|
|
.deps
|
|
.libs
|
|
.dirstamp
|
|
.DS_Store
|
|
modules.order
|
|
Makefile
|
|
Makefile.in
|
|
*.patch
|
|
*.orig
|
|
*.tmp
|
|
*.log
|