From 86159bf73f59105188f351b58aa20452dc31b48f Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 4 Apr 2011 19:13:41 +0000 Subject: 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 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b9d02c7..e9247cd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.1