mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
.gitignore: ignore DLL and lib files
This commit is contained in:
parent
8512c9fc9d
commit
4fc8842edb
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -32,6 +32,8 @@ vjs
|
||||||
*.exp
|
*.exp
|
||||||
*.ilk
|
*.ilk
|
||||||
*.pdb
|
*.pdb
|
||||||
|
*.dll
|
||||||
|
*.lib
|
||||||
|
|
||||||
#
|
#
|
||||||
# macOS.gitignore
|
# macOS.gitignore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue