diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2021-11-20 03:10:50 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2021-11-20 03:18:08 +0000 |
commit | da6f343032cb01597dc7866e66f091adf3243a62 (patch) | |
tree | 870f8cb8e82bb42202ab92bea03fc6ab35ada7ca /.gitignore |
Initial public snapshot
With code from Bill. Thanks Bill!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6861589 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/.build/ +/sst.dll +/sst.pdb +/sst.so +/compile_commands.json + +# a place to plonk crap you don't wanna commit yet +/junk |