Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: .gitignore

Issue 11198082: Fixed directory ignorance involving symlinks. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index c39f642fe3b051cb2c3cc29e525bcbf264bf0fd2..0bf9313353ff93f95bf8f6d8c110cc17169ccea3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,8 +25,8 @@ shell_g
/build/Debug
/build/gyp
/build/Release
-/obj/
-/out/
+/obj
+/out
/test/cctest/cctest.status2
/test/es5conform/data
/test/message/message.status2
@@ -47,6 +47,6 @@ shell_g
/tools/oom_dump/oom_dump.o
/tools/visual_studio/Debug
/tools/visual_studio/Release
-/xcodebuild/
+/xcodebuild
TAGS
*.Makefile
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698