chewing / chewing-editor

Cross platform chewing user phrase editor
https://chewing.im/
GNU General Public License v2.0
31 stars 52 forks source link

Fix gitignore for cmake/ on OS X #168

Closed david50407 closed 8 years ago

david50407 commented 8 years ago

On OS X, the filesystem is case-insensitive, so we need to care about the cmake/ directory after https://github.com/chewing/chewing-editor/pull/130.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 94.382% when pulling ca3eefcdc0a32eb97938eb350a4196580612fb8e on david50407:fix/gitignore_osx_case_insensitive into 1cf0b06c95fe131a899c7051370f03c16662b1a5 on chewing:master.

Chocobo1 commented 8 years ago

Can you also change qrc* -> *qrc*, please, I forgot to include it.

should be: Can you also change ts.qrc.depends -> *.qrc.depends, please, I forgot to change it.

david50407 commented 8 years ago

@Chocobo1 I changed that in #120, and it was merged into master. I'll rebase this to the new master.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 73e1270298b5657148d12f6f063fbf9513e9a4ba on david50407:fix/gitignore_osx_case_insensitive into \ on chewing:master**.

Chocobo1 commented 8 years ago

OK for me.