123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- # Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
- #
- # SPDX-License-Identifier: curl
- *.asc
- *.dll
- *.exe
- *.exp
- *.la
- *.lib
- *.lo
- *.o
- *.obj
- *.pdb
- *.pyc
- *~
- .*.sw?
- .cproject
- .deps
- .dirstamp
- .libs
- .project
- .settings
- /.vs
- /bld/
- /build/
- /builds/
- /stats/
- __pycache__
- CHANGES.dist
- Debug
- INSTALL
- Makefile
- Makefile.in
- Release
- TAGS
- aclocal.m4
- aclocal.m4.bak
- autom4te.cache
- compile
- config.cache
- config.guess
- config.log
- config.status
- config.sub
- configure
- curl-*.tar.bz2
- curl-*.tar.gz
- curl-*.tar.xz
- curl-*.zip
- curl-config
- depcomp
- install-sh
- libcurl.pc
- libtool
- ltmain.sh
- missing
- mkinstalldirs
- tags
- test-driver
- scripts/_curl
- scripts/curl.fish
- curl_fuzzer
- curl_fuzzer_seed_corpus.zip
- libstandaloneengine.a
- tests/string
|