diff options
author | Martin Woodward <martinwoodward@github.com> | 2021-05-09 09:02:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-09 09:02:01 +0100 |
commit | 8572e846504fab9eb0d804ae5e6f1c305251a2fb (patch) | |
tree | 687fdcec9261dea9f48e611c108a75d88c0c741f /community | |
parent | ced04937735df8a99ea33ccc8dac7522598c39d0 (diff) | |
download | gitignore-8572e846504fab9eb0d804ae5e6f1c305251a2fb.tar.gz gitignore-8572e846504fab9eb0d804ae5e6f1c305251a2fb.zip |
Move Vlang tenmplate into community folder
To start we bring new contributions into the community folder.
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 |