From: Linus Torvalds Date: Sun, 21 Jun 2026 21:09:49 +0000 (-0700) Subject: lib: Add stale 'raid6' directory to .gitignore file X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ef0c9f75a19532d7675384708fc8621e10850104;p=thirdparty%2Fkernel%2Flinux.git lib: Add stale 'raid6' directory to .gitignore file I keep having to do this, because people think they can just move directories around and move the gitignore files around with them. You really can't do that - the old generated files stay around for others, and still need to be ignored in the old location. So when moving gitignore entries around because you moved the files (or when moving a whole gitignore file around because the directory it was in moved), the old gitignore situation needs to be dealt with. Yes, those files may have moved in *your* tree when you moved the directory. And yes, new repositories will never even have seen them. But all those other developers that see the result of your move still likely have a working tree with the old state, and the files that were hidden from git by an old gitignore file do not suddenly become relevant. Fixes: 3626738bc714 ("raid6: move to lib/raid/") Signed-off-by: Linus Torvalds --- diff --git a/lib/.gitignore b/lib/.gitignore index 101a4aa92fb5..42aee3ddb374 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -5,3 +5,4 @@ /gen_crc32table /gen_crc64table /oid_registry_data.c +/raid6