mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 15:25:27 +00:00
.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.
(cherry picked from commit aeee9a1aab
)
PR: https://gitlab.com/apparmor/apparmor/merge_requests/227
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
committed by
John Johansen
parent
2b447d3fce
commit
299953ab7b
3
.gitignore
vendored
3
.gitignore
vendored
@@ -26,7 +26,8 @@ parser/techdoc.aux
|
|||||||
parser/techdoc.log
|
parser/techdoc.log
|
||||||
parser/techdoc.pdf
|
parser/techdoc.pdf
|
||||||
parser/techdoc.toc
|
parser/techdoc.toc
|
||||||
profiles/apparmor.d/local/*.*
|
profiles/apparmor.d/local/*
|
||||||
|
!profiles/apparmor.d/local/README
|
||||||
libraries/libapparmor/Makefile
|
libraries/libapparmor/Makefile
|
||||||
libraries/libapparmor/Makefile.in
|
libraries/libapparmor/Makefile.in
|
||||||
libraries/libapparmor/aclocal.m4
|
libraries/libapparmor/aclocal.m4
|
||||||
|
Reference in New Issue
Block a user