diff options
author | Camil Staps | 2021-01-04 20:28:34 +0100 |
---|---|---|
committer | Camil Staps | 2021-01-04 20:28:34 +0100 |
commit | c8e5a91d32631cff9e58a21789157e53481f0636 (patch) | |
tree | 88a82c5e55d99b10f2fca2387b6fae9d20859e3e /examples | |
parent | Make up to date (diff) |
Do not use clm; use code generator directly and insert own run-time options in data section
Diffstat (limited to 'examples')
-rw-r--r-- | examples/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..3914e65 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1,5 @@ +*.s + +fastfib +fib +lists |