diff options
author | Richard Knight <q@1bpm.net> | 2020-08-25 16:14:43 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2020-08-25 16:14:43 +0100 |
commit | cdc5d643bb3256c50dd9787873b314c80e8f407e (patch) | |
tree | 4a2e532a69b71c0136ef54caa69a6df927857aa6 /.gitignore | |
download | csound-sdl-cdc5d643bb3256c50dd9787873b314c80e8f407e.tar.gz csound-sdl-cdc5d643bb3256c50dd9787873b314c80e8f407e.tar.bz2 csound-sdl-cdc5d643bb3256c50dd9787873b314c80e8f407e.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/ |