diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-11 09:13:51 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-11 09:13:51 +0000 |
commit | 4637a06fb1fc92c4f6b4fcd8a5bdd463e8f4c6de (patch) | |
tree | 7611f4cf947fef66a3bc9b3156e95ed6e9f58d88 /.gitignore | |
parent | 19a76641a994bfbd6d1a32b942f327d5a53ebf5f (diff) | |
download | chromium_src-4637a06fb1fc92c4f6b4fcd8a5bdd463e8f4c6de.zip chromium_src-4637a06fb1fc92c4f6b4fcd8a5bdd463e8f4c6de.tar.gz chromium_src-4637a06fb1fc92c4f6b4fcd8a5bdd463e8f4c6de.tar.bz2 |
Remove gyp-generated makefiles from .gitignore.
Now that we no longer support the make generator we can
remove these files from .gitignore which allows them to
be cleaned up with git clean.
Also, remove .ninja files, which should never be written
outside the build directory.
R=thakis@chromium.org
BUG=348686
Review URL: https://codereview.chromium.org/183103008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,8 +1,6 @@ -*.Makefile *.gypcmd *.mk *.ncb -*.ninja *.opensdf *.props *.pyc @@ -41,7 +39,6 @@ Session.vim tags Thumbs.db v8.log -/Makefile /_out /android_emulator_sdk /arm-sysroot |