Ports: Fix ignoring patches
According to gitignore docs, > It is not possible to re-include a file if a parent directory of that file is excluded. So make sure to re-include "*/patches" before trying to re-include "*/patches/*". This commit also converts the .gitignore file to have Unix line endings.
This commit is contained in:
parent
16b9b3f228
commit
63cef4bd5f
Notes:
sideshowbarker
2024-07-19 11:08:47 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/63cef4bd5f9 Pull-request: https://github.com/SerenityOS/serenity/pull/800
1 changed files with 4 additions and 3 deletions
7
Ports/.gitignore
vendored
7
Ports/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*/*
|
||||
!*/package.sh
|
||||
!*/patches/*
|
||||
*/*
|
||||
!*/package.sh
|
||||
!*/patches
|
||||
!*/patches/*
|
||||
|
|
Loading…
Add table
Reference in a new issue