diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-06 19:29:58 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-06 19:29:58 +0000 |
commit | 755367dc7b66d20a8c9dc599992fcda2a1ff87ee (patch) | |
tree | a95a1bc6bc2dacb60a6dbf9c53908d831c67bd5d /.gitignore | |
parent | b93dc1c1723350fe27490599ead6e095fe40b2db (diff) | |
download | chromium_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-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |