This website requires JavaScript.
Explore
Help
Sign In
LadybirdBrowser
/
ladybird
Watch
1
Star
1
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-13 11:42:38 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e9e76b8074
ladybird
/
Ports
/
.gitignore
8 lines
89 B
Plaintext
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/*
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 22:24:25 +03:00
!*/.gitignore
Ports: Add OpenSSH port
2020-09-26 18:12:27 +03:00
!*/README.md
Ports: Add missing version.sh file to python3 port I thought I had committed this, but it's .gitignore'd. Add an exception to Ports/.gitignore and add it for real this time. :^) Fixes #5008.
2021-01-20 00:11:55 +03:00
!python3/version.sh
Reference in New Issue
Copy Permalink