mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
- `.gitignore`: delete, dedupe and move rules upwards. Ref: 6389ba87b8e5cf74b70c54beab3498dfc773364e #13311 - `.gitignore`: fix generated test sources. Follow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772 - `.gitignore`: replace exe listings with a wildcard. - lib: move `setup-*.h` from `EXTRA_DIST` to `CURL_HFILES`. - `makedebug.bat`: uppercase an argument to match docs. - GHA/non-native: delete stray env. Follow-up to 12a6de2f660dd692cce93cb65ce6e3ec126bb531 #16043 - sort source lists. Closes #16093
76 lines
794 B
Plaintext
76 lines
794 B
Plaintext
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
*.asc
|
|
*.dll
|
|
*.exe
|
|
*.exp
|
|
*.la
|
|
*.lib
|
|
*.a
|
|
*.res
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.pdb
|
|
*.pyc
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
.*.sw?
|
|
.cproject
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
.project
|
|
.settings
|
|
/.vs
|
|
/bld/
|
|
/build/
|
|
/builds/
|
|
/stats/
|
|
__pycache__
|
|
Debug
|
|
INSTALL
|
|
Makefile
|
|
Makefile.in
|
|
Release
|
|
TAGS
|
|
aclocal.m4
|
|
aclocal.m4.bak
|
|
autom4te.cache
|
|
buildinfo.txt
|
|
ca-bundle.crt
|
|
certdata.txt
|
|
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
|
|
stamp-h*
|
|
scripts/_curl
|
|
scripts/curl.fish
|
|
curl_fuzzer
|
|
curl_fuzzer_seed_corpus.zip
|
|
libstandaloneengine.a
|
|
tests/string
|
|
tests/config
|
|
tests/ech-log/
|