summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-29 16:31:21 +0000
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-29 16:31:21 +0000
commit0e972c624ebee84a882ffbae035166fec5bcecc5 (patch)
tree3dd7d87372c3005df7a59eadb4c576aea0618590 /.gitignore
parent5b0a8f21aead2dbd8e9cac9b6095c258dd6118a8 (diff)
downloadchromium_src-0e972c624ebee84a882ffbae035166fec5bcecc5.zip
chromium_src-0e972c624ebee84a882ffbae035166fec5bcecc5.tar.gz
chromium_src-0e972c624ebee84a882ffbae035166fec5bcecc5.tar.bz2
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0f14a50..3c468c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
*.Makefile
*.gypcmd
-*.mk
+*.host.mk
*.ncb
*.ninja
*.opensdf
@@ -11,6 +11,7 @@
*.sdf
*.sln
*.suo
+*.target.mk
*.targets
*.user
*.vcproj