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

Unified Diff: .gitignore

Issue 144021: git: sort and add extras to .gitignore (Closed)
Patch Set: Created 11 years, 6 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 18719b9e05012e3b2a74ad940588966c34313d5d..44e6f27d0ee9cd9ce0a949e1006d1101d3c07de9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,24 +1,26 @@
-*.user
*.mk
*.ncb
*.pyc
-*.suo
*.scons
+*.suo
+*.user
*.xcodeproj
-SConstruct
-/testserver.log
+/Makefile
/breakpad/src/
-/chrome/app/theme/google_chrome/
-/chrome/test/data/
-/chrome/Hammer
/chrome/Debug
+/chrome/Hammer
/chrome/Release
+/chrome/app/theme/google_chrome/
+/chrome/installer/linux/
+/chrome/test/data/
/data/
/googleurl/
/out/
/rlz/binaries/
+/sconsbuild
/sdch/open-vcdiff/
/testing/gtest/
+/testserver.log
/third_party/GTM/
/third_party/WebKit/
/third_party/ffmpeg/binaries/
@@ -27,13 +29,17 @@ SConstruct
/third_party/pdfsqueeze/
/third_party/skia/
/third_party/tcmalloc/tcmalloc/
+/tools/distcc/
/tools/grit/grit/test/data/
/tools/gyp/
/tools/tryserver/
/v8/
-webkit/data/bmp_decoder/
-webkit/data/ico_decoder/
-webkit/data/layout_tests/LayoutTests/
-webkit/data/test_shell/plugins/
-webkit/data/xbm_decoder/
-/xcodebuild/
+/webkit/Debug/
+/webkit/Release/
+/webkit/data/bmp_decoder/
+/webkit/data/ico_decoder/
+/webkit/data/layout_tests/LayoutTests/
+/webkit/data/test_shell/plugins/
+/webkit/data/xbm_decoder/
+/xcodebuild/
+SConstruct
« 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