llvm-mingw/.dockerignore
Martin Storsjö 4ee7cc97de build-libssp: Stop building the real libssp from GCC
As mingw-w64 now provides these routines, we no longer need to build
the original library from GCC.

As building with -fstack-protector-strong still links with -lssp
(and -lssp_nonshared), we still need to provide libraries with these
names, but they can be empty dummy libraries.
2023-01-29 01:09:17 +02:00

16 lines
131 B
Plaintext

.git
llvm-project
mingw-w64
lldb-mi
make-*
libffi
cpython*
python-native
**/*.exe
**/*.dll
**/*.lib
**/*.pdb
**/*.a
*.tar.xz
*.zip