diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 18:14:03 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 18:14:03 +0000 |
commit | 9657938c4b074eadb8c4004598469ef164c5ff2a (patch) | |
tree | c13b536ca4385730034694257e612906593544bc /.gitignore | |
parent | 150ca3a79a0572e527548430d5849dee2392c9be (diff) | |
download | chromium_src-9657938c4b074eadb8c4004598469ef164c5ff2a.zip chromium_src-9657938c4b074eadb8c4004598469ef164c5ff2a.tar.gz chromium_src-9657938c4b074eadb8c4004598469ef164c5ff2a.tar.bz2 |
Update .gitignore: Windows, gdb, ctags.
NO CODE CHANGE.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3547004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,9 +13,11 @@ .*.sw? .DS_Store .cproject +.gdb_history .gdbinit .metadata .project +tags /Makefile /_out /breakpad/src/ @@ -66,6 +68,7 @@ /third_party/chromeos_text_input /third_party/cros /third_party/cygwin +/third_party/directxsdk /third_party/ffmpeg /third_party/forge /third_party/gles2_conform @@ -87,6 +90,7 @@ /third_party/pefile /third_party/personalization /third_party/platformsdk_win2008_6_1 +/third_party/platformsdk_win7 /third_party/ppapi /third_party/pthreads-win32 /third_party/python_24 |