update .gitignore to ignore mo binary files

This commit is contained in:
Sam Korn 2025-06-20 13:39:28 -06:00
parent 0e43c4fac7
commit 56ace6127a
No known key found for this signature in database
GPG Key ID: C54D890495E29E91

4
.gitignore vendored
View File

@ -1 +1,5 @@
.DS_Store
# Only check in *.po files since *.mo
# files can be generated from from them
*.mo