Make gitignore for *.mk more specific.
commit0e972c624ebee84a882ffbae035166fec5bcecc5
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 29 Aug 2012 16:31:21 +0000 (29 16:31 +0000)
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 29 Aug 2012 16:31:21 +0000 (29 16:31 +0000)
tree3dd7d87372c3005df7a59eadb4c576aea0618590
parent5b0a8f21aead2dbd8e9cac9b6095c258dd6118a8
Make gitignore for *.mk more specific.

Instead of ignoring *.mk, only ignore *.host.mk and *.target.mk, which
is what the gyp-generated makefiles are actually called. The android
port has a number of files called things like Android.mk which are
hand-written, not autogenerated, and ignoring them causes them to be
left out of commits by mistake sometimes.

BUG=

Review URL: https://chromiumcodereview.appspot.com/10882030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153897 0039d316-1c4b-4281-b951-d872f2087c98
.gitignore