This website requires JavaScript.
Explore
Help
Sign in
beenull
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-22 15:40:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
4763cab323
ladybird
/
Ports
/
.gitignore
7 lines
69 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 14:36:13 +00:00
*/*
!*/package.sh
!*/patches
!*/patches/*
Ports: Add default .gitconfig for Git port This stops git from asking us to configure a username and email when we try to commit.
2020-09-10 19:24:25 +00:00
!*/.gitignore
Ports: Add OpenSSH port
2020-09-26 15:12:27 +00:00
!*/README.md
Reference in a new issue
Copy permalink