1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Update .gitignore

This commit is contained in:
Zaoqi 2019-07-03 14:12:38 +00:00 committed by Alexander Medvednikov
parent a25c4bb59f
commit 015467778d
2 changed files with 3 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.dSYM
*_test
v
vprod
/v
/vprod
/v.c

2
compiler/.gitignore vendored
View File

@ -1,2 +0,0 @@
v.c
vc