summaryrefslogtreecommitdiff
path: root/Ports/.gitignore
diff options
context:
space:
mode:
authorDominik Madarász <zaklaus@outlook.com>2019-11-12 11:36:02 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-11-12 11:36:02 +0100
commitb0dbd7110178a27c305eb204edb565119646d9b3 (patch)
tree68c1057efd0893118451abdc3723e829d2b1ddd9 /Ports/.gitignore
parent0a51e4bf9f560d8149476df397a56471ef869e3f (diff)
downloadserenity-b0dbd7110178a27c305eb204edb565119646d9b3.zip
Ports: Add .gitignore for Ports (#766)
Diffstat (limited to 'Ports/.gitignore')
-rw-r--r--Ports/.gitignore3
1 files changed, 3 insertions, 0 deletions
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/*