diff options
author | Richard Knight <q@1bpm.net> | 2021-08-24 22:50:36 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2021-08-24 22:50:36 +0100 |
commit | 0fa146ab7f5246050be8d9b983cdec2cbafb766b (patch) | |
tree | b03893496b92b2ab6d8fe3909c5c2080a4cd5675 /.gitignore | |
download | csound-opl-0fa146ab7f5246050be8d9b983cdec2cbafb766b.tar.gz csound-opl-0fa146ab7f5246050be8d9b983cdec2cbafb766b.tar.bz2 csound-opl-0fa146ab7f5246050be8d9b983cdec2cbafb766b.zip |
initial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |