mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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
1
Ports/.gitignore
vendored
1
Ports/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
*/*
|
*/*
|
||||||
!*/package.sh
|
!*/package.sh
|
||||||
|
!*/patches
|
||||||
!*/patches/*
|
!*/patches/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue