From 520cfca67f1caacd8108a06b76145c225b94b604 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 25 Mar 2021 01:29:52 +0430 Subject: [PATCH] Add Vlang Support By Vlang Community --- V.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 V.gitignore diff --git a/V.gitignore b/V.gitignore new file mode 100644 index 00000000..f824f496 --- /dev/null +++ b/V.gitignore @@ -0,0 +1,15 @@ +* +!*/ +!*.* +*.exe +*.o +*.so +*.tmp.c +*.obj +*.exp +*.ilk +*.pdb +*.dll +*.lib +*.bak +*.out \ No newline at end of file