.gitignore 720 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. CHANGES.dist
  30. Debug
  31. INSTALL
  32. Makefile
  33. Makefile.in
  34. Release
  35. TAGS
  36. aclocal.m4
  37. aclocal.m4.bak
  38. autom4te.cache
  39. compile
  40. config.cache
  41. config.guess
  42. config.log
  43. config.status
  44. config.sub
  45. configure
  46. curl-*.tar.bz2
  47. curl-*.tar.gz
  48. curl-*.tar.xz
  49. curl-*.zip
  50. curl-config
  51. depcomp
  52. install-sh
  53. libcurl.pc
  54. libtool
  55. ltmain.sh
  56. missing
  57. mkinstalldirs
  58. tags
  59. test-driver
  60. scripts/_curl
  61. scripts/curl.fish
  62. curl_fuzzer
  63. curl_fuzzer_seed_corpus.zip
  64. libstandaloneengine.a
  65. tests/string
  66. tests/config