Update .gitignore

Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
RouxAntoine 2024-01-06 15:53:36 +01:00
parent cf45badc74
commit e7ba78266c
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -14,7 +14,7 @@ WD=../out
git clone --depth 1 --branch $KERNEL_VERSION https://github.com/torvalds/linux.git "$WD"/linux
## Get Archlinux kernel config
curl -o "$WD"/linux/.config https://git.archlinux.org/svntogit/packages.git/plain/trunk/config?h=packages/linux
curl -o "$WD"/linux/.config https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/raw/2db49d4fbcda88d76a4c236ccb5a7986715d70ba/config
CONFIG_PATH="$WD"/linux/.config