[LNT] r293973 - Ignore venvs in LNT

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 16:52:14 PST 2017


Author: cmatthews
Date: Thu Feb  2 18:52:14 2017
New Revision: 293973

URL: http://llvm.org/viewvc/llvm-project?rev=293973&view=rev
Log:
Ignore venvs in LNT

It is very common to have a venv in the root folder in a flask app. Our
instructions mention this sometimes too.  Ignore them in git.

Modified:
    lnt/trunk/.gitignore

Modified: lnt/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/.gitignore?rev=293973&r1=293972&r2=293973&view=diff
==============================================================================
--- lnt/trunk/.gitignore (original)
+++ lnt/trunk/.gitignore Thu Feb  2 18:52:14 2017
@@ -6,3 +6,4 @@ docs/_build
 lnt/server/ui/static/docs
 test_run_tmp
 tests/**/Output
+venv




More information about the llvm-commits mailing list