mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
63cef4bd5f
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.
4 lines
42 B
Text
4 lines
42 B
Text
*/*
|
|
!*/package.sh
|
|
!*/patches
|
|
!*/patches/*
|