From a6ed23a04708602d087bb542a5214803af628884 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 29 Jan 2016 01:35:55 +0000 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1