diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 20:14:12 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 20:14:12 +0000 |
commit | a3381096a3be3861fcae077b8db7f3027afba9d0 (patch) | |
tree | 54d1f0276dda5bcd7be73e7a36ba9aacff4c18e1 /.gitignore | |
parent | e9570fdf147628f87307848ef8e8846f2e19ab5d (diff) | |
download | chromium_src-a3381096a3be3861fcae077b8db7f3027afba9d0.zip chromium_src-a3381096a3be3861fcae077b8db7f3027afba9d0.tar.gz chromium_src-a3381096a3be3861fcae077b8db7f3027afba9d0.tar.bz2 |
Add seccomp-legacy dir to .gitignore
Also tweak .gitignore entry for content/test/data/layout_tests
(so that 'git clean' becomes a no-op).
BUG=
TEST=
TBR=jln@chromium.org,derat@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10805014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -92,7 +92,7 @@ v8.log /chrome/tools/test/reference_build /chrome_frame/chrome_frame_ie.xml /chrome_frame/tools/test/reference_build -/content/test/data/layout_tests/LayoutTests/ +/content/test/data/layout_tests/ /data /delegate_execute /googleurl @@ -122,6 +122,7 @@ v8.log /remoting/remoting_me2me_host.xml /remoting/remoting_version_resources.xml /remoting/tools/internal/ +/sandbox/linux/seccomp-legacy/ /sdch/open-vcdiff /seccompsandbox /testing/gmock |