diff options
author | Martin Woodward <martinwoodward@github.com> | 2021-05-09 09:02:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-09 09:02:43 +0100 |
commit | e68679e30c8b5d6aa9ceb2d1e53acbd184c0ce00 (patch) | |
tree | 3ebbb60644aacb5597a73bd2db4a3c78e24b95ab /community | |
parent | 88c0fe15e2a3c361f601d50af19a4e3787799475 (diff) | |
parent | 8572e846504fab9eb0d804ae5e6f1c305251a2fb (diff) | |
download | gitignore-e68679e30c8b5d6aa9ceb2d1e53acbd184c0ce00.tar.gz gitignore-e68679e30c8b5d6aa9ceb2d1e53acbd184c0ce00.zip |
Merge pull request #3684 from AliChraghi/master
Add Vlang Support By Vlang Community
Diffstat (limited to 'community')
-rw-r--r-- | community/V.gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/V.gitignore b/community/V.gitignore new file mode 100644 index 00000000..bc0d4f3a --- /dev/null +++ b/community/V.gitignore @@ -0,0 +1,14 @@ +* +!*/ +!*.* +*.exe +*.o +*.so +*.tmp.c +*.exp +*.ilk +*.pdb +*.dll +*.lib +*.bak +*.out |