diff options
author | Richard <q@1bpm.net> | 2025-03-08 14:59:31 +0000 |
---|---|---|
committer | Richard <q@1bpm.net> | 2025-03-08 14:59:31 +0000 |
commit | 359a8770a62be951d978ab41005e7d0bc5e466bd (patch) | |
tree | 0eb7883afc10115c1c8333c1c5566d98e1d9a940 /.gitignore | |
download | csound-guttersynth-359a8770a62be951d978ab41005e7d0bc5e466bd.tar.gz csound-guttersynth-359a8770a62be951d978ab41005e7d0bc5e466bd.tar.bz2 csound-guttersynth-359a8770a62be951d978ab41005e7d0bc5e466bd.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/ |