summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2016-01-29 01:35:55 +0000
committerEric Christopher <echristo@gmail.com>2016-01-29 01:35:55 +0000
commita6ed23a04708602d087bb542a5214803af628884 (patch)
treee3dbf63db8a863ad26112a3ae86e080b82e658a5 /.gitignore
parenteae9579a0112068afbad767932c379ded643771b (diff)
downloadclang-a6ed23a04708602d087bb542a5214803af628884.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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