4 rm -f antlr4-cpp-runtime-source.zip
5 zip -r antlr4-cpp-runtime-source.zip "README.md" "cmake" "demo" "runtime" "CMakeLists.txt" "deploy-macos.sh" "deploy-source.sh" "deploy-windows.cmd" "VERSION" \
6 -X -x "*.DS_Store*" "antlrcpp.xcodeproj/xcuserdata/*" "*Build*" "*DerivedData*" "*.jar" "demo/generated/*" "*.vscode*" "runtime/build/*"
8 # Add the license file from the ANTLR root as well.
10 zip runtime/cpp/antlr4-cpp-runtime-source.zip LICENSE.txt
14 #cp antlr4-cpp-runtime-source.zip ~/antlr/sites/website-antlr4/download