diff options
author | Ian Moffett <ian@osmora.org> | 2025-03-02 02:49:32 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-03-02 02:49:32 -0500 |
commit | d2fe43f7a2b9f214c3ce7688f449974b40eb4641 (patch) | |
tree | 72df4aa68261e10277039b3513de6584cbc2a4bd /.gitignore | |
parent | 84a1a89f776b4611f6ea6659381961178f46ad14 (diff) |
Add OAP generation script
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3fd8a7f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.txt +.refcache/ +oapgen/ +xmlgen/ |