monostep/.gitignore

40 lines
415 B
Text

# Build output
/build/
/_artefacts/
/*_artefacts/
*.vst3
*.vst3.bundle
*.component
*.aaxplugin
*.app
*.lv2
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CMakeOutput.log
CMakeError.log
cmake-build-*/
Makefile
!Makefile
*.ninja
# Xcode
*.xcodeproj
*.xcworkspace
xcuserdata/
DerivedData/
# IDE / editors
.vscode/
.idea/
.vs/
*.sublime-project
*.sublime-workspace
*.sw[a-p]
.*.sw[a-p]
*~
# macOS
.DS_Store