summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-06 19:29:58 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-06 19:29:58 +0000
commit755367dc7b66d20a8c9dc599992fcda2a1ff87ee (patch)
treea95a1bc6bc2dacb60a6dbf9c53908d831c67bd5d /.gitignore
parentb93dc1c1723350fe27490599ead6e095fe40b2db (diff)
downloadchromium_src-755367dc7b66d20a8c9dc599992fcda2a1ff87ee.zip
chromium_src-755367dc7b66d20a8c9dc599992fcda2a1ff87ee.tar.gz
chromium_src-755367dc7b66d20a8c9dc599992fcda2a1ff87ee.tar.bz2
chromeos: Update .gitignore for build-related files.
This makes us ignore out_* (per-board output directories, e.g. out_x86-generic) and c (a symlink created by the Chrome OS ebuild to limit the length of some command lines). BUG=chromium-os:7967 TEST=ran "git status" Review URL: http://codereview.chromium.org/5535005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4d28bc1..301828a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,8 @@ tags
/build/Purify
/build/Release
/build/util/support
+# The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
+/c
/chrome/Debug
/chrome/Hammer
/chrome/Release
@@ -52,6 +54,7 @@ tags
/gpu/gles2_conform_test
/native_client
/out
+/out_*
/rlz
/sdch/open-vcdiff
/seccompsandbox