commit 6dc3c2c778e516bcf449e35adfc84e8e535a7954 Author: c0dev0id Date: Wed Jul 8 10:58:43 2026 +0200 init: add .gitignore and README 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