diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | obs.ipkg | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84c048a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/build/ diff --git a/obs.ipkg b/obs.ipkg new file mode 100644 index 0000000..835638d --- /dev/null +++ b/obs.ipkg @@ -0,0 +1,5 @@ +package obs +authors = "Greg Brown" +sourcedir = "src" + +options = "--total" |