mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Add Vlang Support By Vlang Community
This commit is contained in:
parent
218a941be9
commit
520cfca67f
1 changed files with 15 additions and 0 deletions
15
V.gitignore
Normal file
15
V.gitignore
Normal file
|
@ -0,0 +1,15 @@
|
|||
*
|
||||
!*/
|
||||
!*.*
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
*.tmp.c
|
||||
*.obj
|
||||
*.exp
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.dll
|
||||
*.lib
|
||||
*.bak
|
||||
*.out
|
Loading…
Add table
Add a link
Reference in a new issue