aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src.ps12
-rwxr-xr-xsrc.sh2
2 files changed, 2 insertions, 2 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$"
diff --git a/src.sh b/src.sh
index 5b89d9d40..d129641ef 100755
--- a/src.sh
+++ b/src.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | grep -E "\.cpp$|\.h$|\.hpp$" | grep -v third_party
+git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | grep -E "\.cpp$|\.h$|\.hpp$"