summaryrefslogtreecommitdiff
path: root/Ports/.gitignore
AgeCommit message (Collapse)Author
2021-02-02Ports: Build most python3 extension modules staticallyLinus Groh
Attempting to import C-extensions (lib-dynload/*.so) currently asserts in the dynamic loader - let's just build them statically instead for the time being. This makes a large number of modules available for use and the port a lot more functional! :^)
2021-01-19Ports: Add missing version.sh file to python3 portLinus Groh
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.
2020-09-27Ports: Add OpenSSH portLuke
2020-09-15Ports: Add default .gitconfig for Git portItamar
This stops git from asking us to configure a username and email when we try to commit.
2019-11-19Ports: Fix ignoring patchesSergey Bugaev
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-12Ports: Add .gitignore for Ports (#766)Dominik Madarász