diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-04 19:13:41 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-04 19:13:41 +0000 |
commit | 86159bf73f59105188f351b58aa20452dc31b48f (patch) | |
tree | a6319b1e4271ab986121d6901df14655dcad8774 /.gitignore | |
parent | b4a27e0f8b300ce64eb2ebce99338f67aa36d58f (diff) | |
download | chromium_src-86159bf73f59105188f351b58aa20452dc31b48f.zip chromium_src-86159bf73f59105188f351b58aa20452dc31b48f.tar.gz chromium_src-86159bf73f59105188f351b58aa20452dc31b48f.tar.bz2 |
Add most extensions generated by VS2010 to .gitignore.
VS2010 generates .xml files, we can't add that to .gitignore.
Add flash symbols too.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6793022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,13 +2,18 @@ *.mk *.ncb *.ninja +*.props *.pyc *.rules *.scons +*.sdf *.sln *.suo +*.targets *.user *.vcproj +*.vcxproj +*.vcxproj.filters *.vpj *.vpw *.vpwhistu @@ -84,6 +89,7 @@ v8.log /third_party/directxsdk /third_party/drmemory /third_party/flac +/third_party/adobe/flash/symbols /third_party/ffmpeg /third_party/gles2_conform /third_party/googlemac |