From 5afebfe882177099fd286d18cb0a6be72394f606 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 10 Oct 2022 00:03:40 +0400 Subject: [PATCH] Added executable to .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bef159..5a23055 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode *.conf -!config.example.conf \ No newline at end of file +!config.example.conf +httpprocprobed \ No newline at end of file