shithub: ft2play

Download patch

ref: 49fc59538bd167cc5cb0f0c5f9f46ed72219d5ec
parent: 0d75e62f89ace3971cda2fc7dda0b7fd9a5e190d
author: Olav Sørensen <olav.sorensen@live.no>
date: Tue Nov 24 17:54:40 EST 2020

Release folders didn't get uploaded (fix compile error)

diff: cannot open b/ft2play/release/other//null: 'b/ft2play/release/other//null' does not exist diff: cannot open b/ft2play/release/win32//null: 'b/ft2play/release/win32//null' does not exist diff: cannot open b/ft2play/release//null: 'b/ft2play/release//null' does not exist
--- /dev/null
+++ b/ft2play/release/other/.gitignore
@@ -1,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
\ No newline at end of file
--- /dev/null
+++ b/ft2play/release/win32/.gitignore
@@ -1,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
\ No newline at end of file