commit e66b5a039ece423aca6bdf17f569961c5c2e3006 Author: Hans-Christoph Steiner hans@eds.org Date: Thu Jun 4 15:09:56 2015 -0400
ignore all build products from submodules --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore index 028e6d1..a0253d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +assets/ /external/bin/ /external/include/ /external/*-build-stamp @@ -9,6 +10,7 @@ bin gen native +libs/jtorctl.jar local.properties builds /patches/*
tor-commits@lists.torproject.org