1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 06:20:46 +00:00
serenity/Ports/.gitignore
Linus Groh 404dab5383 Ports: Build most python3 extension modules statically
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-02-02 16:53:06 +01:00

7 lines
69 B
Plaintext

*/*
!*/package.sh
!*/patches
!*/patches/*
!*/.gitignore
!*/README.md