diff options
author | Colin Okay <okay@toyful.space> | 2022-02-03 13:51:39 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-03 13:51:39 -0600 |
commit | 15c796b78a6d766a269fa3b17656d99cb7dcd8c8 (patch) | |
tree | bfd3d80f7bea10e6ed464142faa464f405a4ca26 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b9fa3c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.abcl +*.fasl +*.dx32fsl +*.dx64fsl +*.lx32fsl +*.lx64fsl +*.x86f +*~ +.#* |