This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
serenity
Watch
1
Star
0
Fork
You've already forked serenity
0
mirror of
https://github.com/SerenityOS/serenity.git
synced
2025-01-23 18:02:05 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
82696078b0
serenity
/
Ports
/
.gitignore
5 lines
42 B
Text
Raw
Normal View
History
Unescape
Escape
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.
2019-11-19 17:36:13 +03:00
*/*
!*/package.sh
!*/patches
!*/patches/*
Reference in a new issue
Copy permalink