Revision: 12033 Author: [email protected] Date: Tue Jul 10 05:58:42 2012 Log: Update .gitignore for Windows/Visual Studio/GYP.
BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10701115 Patch from Sigurður Ásgeirsson <[email protected]>. http://code.google.com/p/v8/source/detail?r=12033 Modified: /branches/bleeding_edge/.gitignore ======================================= --- /branches/bleeding_edge/.gitignore Mon Feb 20 05:17:20 2012 +++ /branches/bleeding_edge/.gitignore Tue Jul 10 05:58:42 2012 @@ -9,9 +9,11 @@ *.pdb *.pyc *.scons* +*.sln *.so *.suo *.user +*.vcproj *.xcodeproj #*# *~ @@ -20,13 +22,16 @@ d8_g shell shell_g +/build/Debug /build/gyp +/build/Release /obj/ /out/ /test/es5conform/data /test/mozilla/data /test/sputnik/sputniktests /test/test262/data +/third_party /tools/oom_dump/oom_dump /tools/oom_dump/oom_dump.o /tools/visual_studio/Debug -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
