Ignore gcc DLL build directories in git too
Add lib/gcc_dll* lines corresponding to the existing lib/gcc_lib* ones. Closes #17827.
This commit is contained in:
parent
f8ea4d61bc
commit
a9f83c879f
3
.gitignore
vendored
3
.gitignore
vendored
@ -187,6 +187,9 @@
|
||||
/lib/evc_armv4_lib
|
||||
/lib/evc_emulator_lib
|
||||
/lib/expat*.lib
|
||||
/lib/gcc_dll
|
||||
/lib/gcc_dll32
|
||||
/lib/gcc_dll64
|
||||
/lib/gcc_lib
|
||||
/lib/gcc_lib32
|
||||
/lib/gcc_lib64
|
||||
|
Loading…
Reference in New Issue
Block a user