From b0dbd7110178a27c305eb204edb565119646d9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Tue, 12 Nov 2019 11:36:02 +0100 Subject: [PATCH] Ports: Add .gitignore for Ports (#766) --- Ports/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Ports/.gitignore diff --git a/Ports/.gitignore b/Ports/.gitignore new file mode 100644 index 0000000000..60ec05f877 --- /dev/null +++ b/Ports/.gitignore @@ -0,0 +1,3 @@ +*/* +!*/package.sh +!*/patches/*