client9 / misspell

Correct commonly misspelled English words in source files
MIT License
1.35k stars 113 forks source link

Ignore *.po? #82

Open scop opened 8 years ago

scop commented 8 years ago

*.po are translation files, and finding English misspellings in them isn't too useful. Maybe add them to the list of filenames that are ignored by default?

client9 commented 8 years ago

Ahh good idea! Can you send one and/or point to one on the web (or on linux /etc/??? ) so I can take a look

client9 commented 8 years ago

hmmm looks like there are .pot and .mo as well, I'll look into this.

scop commented 8 years ago

Here are some samples: https://github.com/search?q=extension%3Apo+msgid

Right, .pot would be a candidate for exclusion too, but I suppose .mo is already excluded due to binaryness.

Also, *.ts are usually Qt's similar translation files which could be excluded: https://github.com/search?q=extension%3Ats+translation

client9 commented 8 years ago

Oh cool query on github! I didn't know about it.