xo-pyjit: initial commit

This commit is contained in:
Roland Conybeare 2024-06-14 15:00:57 -04:00
commit 3cc8e73ab4
8 changed files with 171 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# clangd working space (see emacs+lsp)
.cache
# typical cmake build directory (source-tree-nephew)
.build*
# symlink to builddir/compile_commands.json; should be set manually in dev sandbox
compile_commands.json