diff options
author | Dominik Madarász <zaklaus@outlook.com> | 2019-11-12 11:36:02 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-12 11:36:02 +0100 |
commit | b0dbd7110178a27c305eb204edb565119646d9b3 (patch) | |
tree | 68c1057efd0893118451abdc3723e829d2b1ddd9 /Ports/.gitignore | |
parent | 0a51e4bf9f560d8149476df397a56471ef869e3f (diff) | |
download | serenity-b0dbd7110178a27c305eb204edb565119646d9b3.zip |
Ports: Add .gitignore for Ports (#766)
Diffstat (limited to 'Ports/.gitignore')
-rw-r--r-- | Ports/.gitignore | 3 |
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/*
|