browsermt / bergamot-translator

Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.
http://browser.mt
Mozilla Public License 2.0
327 stars 36 forks source link

Add more things to the gitignore that are not being ignored #462

Closed gregtatum closed 1 year ago

gregtatum commented 1 year ago

This adds more items to the project's .gitignore that are not being ignored. I could add them to my global gitignore, but it seems to make sense to add them to the project itself. Note that I added /build as well as /build-native as it's a common cmake practice to use /build as the build directory. The emsdk folder is generated by the ./build-wasm.sh command.