1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-02 14:27:35 +00:00

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.
This commit is contained in:
Linus Groh 2021-01-19 22:11:55 +01:00 committed by Andreas Kling
parent b7248be251
commit cb8e4be3b5
2 changed files with 5 additions and 0 deletions

1
Ports/.gitignore vendored
View file

@ -4,3 +4,4 @@
!*/patches/*
!*/.gitignore
!*/README.md
!python3/version.sh