]> git.ipfire.org Git - thirdparty/git.git/commit
git-svn: use `svn:global-ignores` to create .gitignore
authorAlex Galvin <agalvin@comqi.com>
Thu, 18 Jul 2024 20:47:37 +0000 (20:47 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2024 22:48:06 +0000 (15:48 -0700)
commitd7969a51270756b1c3fe192ff9a5f159fe52aeaa
treeee02346f310029fbb04b6f86a51fc5e9db68b842
parent5c5877b93ce75b149747c5dc32530222e8247d63
git-svn: use `svn:global-ignores` to create .gitignore

`svn:global-ignores` contains a list of file patterns that should
not be tracked in version control. The syntax of these patterns is
the same as `svn:ignore`. Their semantics differ: patterns in
`svn:global-ignores` apply to all paths under the directory where
they apply, while `svn:ignore` only applies to the directory's
immediate children.

Signed-off-by: Alex Galvin <agalvin@comqi.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl