.gitignore: ignore DLL and lib files
parent
8512c9fc9d
commit
4fc8842edb
|
@ -32,6 +32,8 @@ vjs
|
|||
*.exp
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.dll
|
||||
*.lib
|
||||
|
||||
#
|
||||
# macOS.gitignore
|
||||
|
|
Loading…
Reference in New Issue