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

Unified Diff: .gitignore

Issue 12036054: Ignore generated XCode project in nested directories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 f86214781066dc92ea1fe596a480a19ee71b6d7b..894d9fa3cb3b386b324deed69e65e40495c36f69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,11 +26,13 @@
/*.vcxproj
/*.vcxproj.filters
/*.vcxproj.user
-/*.xcodeproj
# End generated ignores. The following are hand-added because the svn:ignore
# stuff doesn't handle them well.
+# Gyp generated files
+*.xcodeproj
+
# Dart Editor config files - also in all subdirectories.
.children
.project
« 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