[test-suite] r255605 - Add .gitignore file to hide the default test-suite-externals checkout

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 18:51:03 PST 2015


Author: matze
Date: Mon Dec 14 20:51:03 2015
New Revision: 255605

URL: http://llvm.org/viewvc/llvm-project?rev=255605&view=rev
Log:
Add .gitignore file to hide the default test-suite-externals checkout

Added:
    test-suite/trunk/.gitignore

Added: test-suite/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/.gitignore?rev=255605&view=auto
==============================================================================
--- test-suite/trunk/.gitignore (added)
+++ test-suite/trunk/.gitignore Mon Dec 14 20:51:03 2015
@@ -0,0 +1,3 @@
+# This is the default location to checkout sourcecode for the benchmarks in
+# External/*
+/test-suite-externals




More information about the llvm-commits mailing list