aboutsummaryrefslogtreecommitdiffhomepage
path: root/src.ps1
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2018-12-28 20:18:39 +0300
committerlevlam <levlam@telegram.org>2018-12-28 20:18:39 +0300
commit198f0997c1be8a99a213c9a4efd9e323e79aa90c (patch)
tree36a3ddbec996f17d3896d412f9bd069ed1ba8139 /src.ps1
parente371abc0a779fa92c34ecf4ebe42175f780260ad (diff)
Simplify srs.{sh,ps1} scripts.
GitOrigin-RevId: 6e80ac1d8e04a5c22a6a71fdda75fb23b2695753
Diffstat (limited to 'src.ps1')
-rw-r--r--src.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/src.ps1 b/src.ps1
index c5d1d1d61..7350a4eb3 100644
--- a/src.ps1
+++ b/src.ps1
@@ -1 +1 @@
-git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | Select-String "\.cpp$|\.h$|\.hpp$" | Select-String -NotMatch "third_party"
+git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | Select-String "\.cpp$|\.h$|\.hpp$"