mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gitignore: Add gitignore to the build location
This commit moved gitignore to the build location
This commit is contained in:
parent
08c8b4ba22
commit
4b3b69ab15
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
*.dSYM
|
||||
*_test
|
||||
v
|
||||
vprod
|
||||
|
|
1
compiler/.gitignore
vendored
1
compiler/.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
v.c
|
||||
vc
|
||||
v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue