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

gitignore: git ignore symlink dir

This commit is contained in:
yuyi 2020-06-28 19:35:23 +08:00 committed by GitHub
parent 05de780219
commit b04e509830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitignore vendored
View File

@ -67,7 +67,7 @@ cachegrind.out.*
.DS_Store .DS_Store
._* ._*
thumbs.db thumbs.db
/.symlink/* /.symlink
/.bin/* /.bin
_docs _docs