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

Unified Diff: .gitignore

Issue 2755743003: gitignore: Only ignore direcotries starting with "out" (Closed)
Patch Set: Created 3 years, 9 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 f09cf884655d6b2fd71b7583f437382b54bf7dcc..b435be2216a662116fb361630de43f6c71b8d057 100644
--- a/.gitignore
+++ b/.gitignore
@@ -235,7 +235,7 @@ vs-chromium-project.txt
/net/net_unittests_run.xml
/net/Release
/net/testserver.log
-/out*
+/out*/
/ppapi/native_client/nacl_irt.xml
/ppapi/native_client/ppapi_lib.xml
/remoting/android/internal/
« 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