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

Unified Diff: .gitignore

Issue 119092: Add git ignore file to repo. (Closed)
Patch Set: updates from Evan's copy Created 11 years, 7 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
new file mode 100644
index 0000000000000000000000000000000000000000..5dfa20872246835e822007443eeeec50c2c9262f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+*.user
+*.mk
+*.ncb
+*.pyc
+*.suo
+*.scons
+*.xcodeproj
+SConstruct
+/testserver.log
+/breakpad/src/
+/chrome/app/theme/google_chrome/
+/chrome/test/data/
+/chrome/Hammer
+/chrome/Debug
+/chrome/Release
+/data/
+/googleurl/
+/rlz/binaries/
+/sdch/open-vcdiff/
+/testing/gtest/
+/third_party/GTM/
+/third_party/WebKit/
+/third_party/ffmpeg/binaries/
+/third_party/googlemac/
+/third_party/icu38/
+/third_party/pdfsqueeze/
+/third_party/skia/
+/third_party/tcmalloc/tcmalloc/
+/tools/grit/grit/test/data/
+/tools/gyp/
+/tools/tryserver/
+/v8/
+/webkit/data/
tony 2009/06/03 20:19:30 Isn't this where we keep our layout test results?
+/xcodebuild/
« 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