Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2022-10-28 19:49:45 +0300
committerKoichiro IWAO <meta@vmeta.jp>2022-11-01 13:24:02 +0300
commit2d5a1c37d75bb1df20f4cee96f556fe5bdd5c337 (patch)
tree5d82053600f6aacd55e3252529a75cdd2a1a0174
parent5b510107aa160a817ee93f56c2daabbb1754d3bd (diff)
gitignore: ignore some test artifacts
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8710e975..c5026d15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,11 +48,14 @@ stamp-h1
tap-driver.sh
test-driver
tests/common/test_common
+tests/libipm/test_libipm
+tests/libxrdp/test_libxrdp
tests/memtest/memtest
+tests/xrdp/test_xrdp
tools/devel/tcp_proxy/tcp_proxy
*.trs
xrdp/xrdp
xrdp/xrdp.ini
xrdp_configure_options.h
xrdpapi/xrdp-xrdpapi-simple
-.vscode/* \ No newline at end of file
+.vscode/*