Revision: 2627 Author: [email protected] Date: Wed Aug 5 04:52:59 2009 Log: Add .gitignore file similar to Chromium's one.
Review URL: http://codereview.chromium.org/160638 http://code.google.com/p/v8/source/detail?r=2627 Added: /branches/bleeding_edge/.gitignore ======================================= --- /dev/null +++ /branches/bleeding_edge/.gitignore Wed Aug 5 04:52:59 2009 @@ -0,0 +1,21 @@ +*.a +*.exe +*.lib +*.log +*.map +*.mk +*.ncb +*.pyc +*.scons* +*.suo +*.user +*.xcodeproj +d8 +d8_g +shell +shell_g +/obj/ +/tools/visual_studio/Debug +/tools/visual_studio/Release +/xcodebuild/ +TAGS --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
