From: shane.xb.qian <shane.qian@foxmail.com>
Date: Tue, 6 Jun 2023 03:28:44 +0000 (+0800)
Subject: fix: correct test fs gitignore
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=aa01e9475b62e81b7f7b5c0c4c339d48ddec29e6;p=vim-lsp.git

fix: correct test fs gitignore
---

diff --git a/.gitignore b/.gitignore
index 868a4cf..b2e4d35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
 tags
 *.swp
 
-test/Xtest.c
-test/Xtest.cpp
+test/X*.c
+test/X*.cpp
+# test/Xtest.c
+# test/Xtest.cpp
 test/results.txt