From: Eric Christopher Date: Fri, 29 Jan 2016 01:35:55 +0000 (+0000) Subject: Add the clang debug info test directory to .gitignore as it's managed separately. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6ed23a04708602d087bb542a5214803af628884;p=clang Add the clang debug info test directory to .gitignore as it's managed separately. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259138 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/.gitignore b/.gitignore index 3d07e81baf..fc842489a0 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,5 @@ tools/extra # Sphinx build products docs/_build docs/analyzer/_build +# debug info testsuite +test/debuginfo-tests