From 6dc3c2c778e516bcf449e35adfc84e8e535a7954 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Wed, 8 Jul 2026 10:58:43 +0200 Subject: [PATCH] init: add .gitignore and README --- .gitignore | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a3c20d --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Patch backup files left behind by editing patches +*.orig + +# CVS metadata copied in when ports are imported from the CVS repo; +# tracked in git only, never the CVS bookkeeping dirs +CVS/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..606d80d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# My personal OpenBSD ports repository