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:
Sergey Bugaev 2019-11-19 17:36:13 +03:00 committed by Andreas Kling
parent 16b9b3f228
commit 63cef4bd5f

7
Ports/.gitignore vendored
View file

@ -1,3 +1,4 @@
*/*
!*/package.sh
!*/patches/*
*/*
!*/package.sh
!*/patches
!*/patches/*