]> source.dussan.org Git - gitignore.git/commitdiff
Add Vlang Support By Vlang Community
authorAli <mac85127@gmail.com>
Wed, 24 Mar 2021 20:59:52 +0000 (01:29 +0430)
committerAli <mac85127@gmail.com>
Wed, 24 Mar 2021 20:59:52 +0000 (01:29 +0430)
V.gitignore [new file with mode: 0644]

diff --git a/V.gitignore b/V.gitignore
new file mode 100644 (file)
index 0000000..f824f49
--- /dev/null
@@ -0,0 +1,15 @@
+*
+!*/
+!*.*
+*.exe
+*.o
+*.so
+*.tmp.c
+*.obj
+*.exp
+*.ilk
+*.pdb
+*.dll
+*.lib
+*.bak
+*.out
\ No newline at end of file