rorywalsh / cabbage

Framework for developing audio plugins with the Csound programming language.
http://cabbageaudio.com
GNU General Public License v3.0
509 stars 35 forks source link

Add build artifacts to .gitignore #128

Closed brylie closed 2 years ago

brylie commented 2 years ago

When building the project in a Git repository clone, Git detects a lot of changes that are build artifacts.

image

Since build artifacts should not be checked in to Git, it would be safe to add them to .gitignore:

build/
CabbageInstall/
*.zip
rorywalsh commented 2 years ago

Done, and I added the folders that are brought in remotely when building.