Update gitignore rules

This commit is contained in:
apio 2024-01-06 17:31:00 +01:00
parent 075ed83764
commit 1f2f676ea4
Signed by: apio
GPG Key ID: B8A7D06E42258954

14
.gitignore vendored
View File

@ -5,15 +5,11 @@ initrd/boot/moon
initrd/ksyms initrd/ksyms
env-local.sh env-local.sh
initrd/bin/** initrd/bin/**
base/usr/bin/** base/usr/*
base/usr/include/** !base/usr/share
base/usr/lib/** base/usr/share/*
base/usr/libexec/** !base/usr/share/fonts
base/usr/share/pkgdb/** !base/usr/share/icons
!base/usr/share/fonts/*
!base/usr/share/icons/*
base/usr/share/**
base/usr/x86_64-luna/**
base/etc/skel/LICENSE base/etc/skel/LICENSE
.fakeroot .fakeroot
kernel/config.cmake kernel/config.cmake