Add some directory patterns to .gitignore
This commit is contained in:
parent
ad211f1452
commit
06cec38a9b
|
@ -176,6 +176,12 @@ obj-unix/
|
||||||
*.res
|
*.res
|
||||||
retroarch.cfg
|
retroarch.cfg
|
||||||
Makefile.local
|
Makefile.local
|
||||||
|
pkg/msvc/**/ARM
|
||||||
|
pkg/msvc/**/ARM64
|
||||||
|
pkg/msvc/**/* Cg
|
||||||
|
pkg/msvc/**/* QT
|
||||||
|
pkg/msvc/**/* QT+CG
|
||||||
|
pkg/msvc/**/x64
|
||||||
|
|
||||||
# Emscripten artifacts
|
# Emscripten artifacts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue