From 520cfca67f1caacd8108a06b76145c225b94b604 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 25 Mar 2021 01:29:52 +0430 Subject: [PATCH 1/3] 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 From ced04937735df8a99ea33ccc8dac7522598c39d0 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 25 Mar 2021 11:35:51 +0430 Subject: [PATCH 2/3] Remove .obj --- V.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/V.gitignore b/V.gitignore index f824f496..480c9259 100644 --- a/V.gitignore +++ b/V.gitignore @@ -5,7 +5,6 @@ *.o *.so *.tmp.c -*.obj *.exp *.ilk *.pdb From 8572e846504fab9eb0d804ae5e6f1c305251a2fb Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Sun, 9 May 2021 09:02:01 +0100 Subject: [PATCH 3/3] Move Vlang tenmplate into community folder To start we bring new contributions into the community folder. --- V.gitignore => community/V.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename V.gitignore => community/V.gitignore (92%) diff --git a/V.gitignore b/community/V.gitignore similarity index 92% rename from V.gitignore rename to community/V.gitignore index 480c9259..bc0d4f3a 100644 --- a/V.gitignore +++ b/community/V.gitignore @@ -11,4 +11,4 @@ *.dll *.lib *.bak -*.out \ No newline at end of file +*.out