Reviewers: Søren Gjesse, Description: Add .gitignore file similar to Chromium's one.
Please review this at http://codereview.chromium.org/160638 Affected files: A .gitignore Index: .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..685e9a2f9d6d0bff9ad772520b898651d42f8b8e --- /dev/null +++ b/.gitignore @@ -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 -~----------~----~----~----~------~----~------~--~---
