diff options
author | Colin Okay <okay@toyful.space> | 2022-02-02 14:08:23 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-02 14:08:23 -0600 |
commit | 595f7ae79c74129a28eba5fa68feb33875eb3323 (patch) | |
tree | b86c4b4555c6e596c989231bf7f481eea3eefcba /.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 +*~ +.#* |