.gitignore profiles/apparmor.d/local/* except README

The old patter *.* doesn't match lsb_release and nvidia_modprobe, and
the only file we ship in local is a README. This patch adjusts the
pattern to ignore everything except README.
This commit is contained in:
Christian Boltz 2018-10-07 18:06:40 +02:00
parent 34cf085036
commit aeee9a1aab
Failed to generate hash of commit

3
.gitignore vendored
View file

@ -63,7 +63,8 @@ parser/techdoc.aux
parser/techdoc.log
parser/techdoc.pdf
parser/techdoc.toc
profiles/apparmor.d/local/*.*
profiles/apparmor.d/local/*
!profiles/apparmor.d/local/README
libraries/libapparmor/Makefile
libraries/libapparmor/Makefile.in
libraries/libapparmor/aclocal.m4