mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
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
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
Add a link
Reference in a new issue