r259138 - Add the clang debug info test directory to .gitignore as it's managed separately.
Eric Christopher via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 28 17:35:55 PST 2016
Author: echristo
Date: Thu Jan 28 19:35:55 2016
New Revision: 259138
URL: http://llvm.org/viewvc/llvm-project?rev=259138&view=rev
Log:
Add the clang debug info test directory to .gitignore as it's managed separately.
Modified:
cfe/trunk/.gitignore
Modified: cfe/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/.gitignore?rev=259138&r1=259137&r2=259138&view=diff
==============================================================================
--- cfe/trunk/.gitignore (original)
+++ cfe/trunk/.gitignore Thu Jan 28 19:35:55 2016
@@ -33,3 +33,5 @@ tools/extra
# Sphinx build products
docs/_build
docs/analyzer/_build
+# debug info testsuite
+test/debuginfo-tests
More information about the cfe-commits
mailing list