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

.gitignore: do not ignore top level binaries to make garbage file cleanup easier (#10457)

This commit is contained in:
Miccah 2021-06-14 11:08:48 -05:00 committed by GitHub
parent 5aa7a983f1
commit dcd072a2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View File

@ -1,5 +1,6 @@
# ignore all build binaries
*
# ignore sub-level build binaries and v binary
*/**/*
v
!*/
!*.*
*.exe