diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-12-13 12:31:29 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-12-13 15:38:48 +0000 |
| commit | 428b68cfd0b767cdfc716ffb68f8746e3ae192e0 (patch) | |
| tree | 13b8d39a21041bb7bb2f84e77864cbcb89879014 /.gitignore | |
| download | lua-abletonlink-428b68cfd0b767cdfc716ffb68f8746e3ae192e0.tar.gz lua-abletonlink-428b68cfd0b767cdfc716ffb68f8746e3ae192e0.zip | |
implement simple get/setters
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59e8233 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +*.so +*.lib +*.dll + +*.rock |
