.gitignore 721 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. #
  3. # SPDX-License-Identifier: curl
  4. *.asc
  5. *.dll
  6. *.exe
  7. *.exp
  8. *.la
  9. *.lib
  10. *.lo
  11. *.o
  12. *.obj
  13. *.pdb
  14. *.pyc
  15. *~
  16. .*.sw?
  17. .cproject
  18. .deps
  19. .dirstamp
  20. .libs
  21. .project
  22. .settings
  23. /.vs
  24. /bld/
  25. /build/
  26. /builds/
  27. /stats/
  28. __pycache__
  29. Debug
  30. INSTALL
  31. Makefile
  32. Makefile.in
  33. Release
  34. TAGS
  35. aclocal.m4
  36. aclocal.m4.bak
  37. autom4te.cache
  38. compile
  39. config.cache
  40. config.guess
  41. config.log
  42. config.status
  43. config.sub
  44. configure
  45. curl-*.tar.bz2
  46. curl-*.tar.gz
  47. curl-*.tar.xz
  48. curl-*.zip
  49. curl-config
  50. depcomp
  51. install-sh
  52. libcurl.pc
  53. libtool
  54. ltmain.sh
  55. missing
  56. mkinstalldirs
  57. tags
  58. test-driver
  59. scripts/_curl
  60. scripts/curl.fish
  61. curl_fuzzer
  62. curl_fuzzer_seed_corpus.zip
  63. libstandaloneengine.a
  64. tests/string
  65. tests/config
  66. tests/ech-log/