.gitignore 594 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. *.asc
  2. *.dll
  3. *.exe
  4. *.exp
  5. *.la
  6. *.lib
  7. *.lo
  8. *.o
  9. *.obj
  10. *.pdb
  11. *.pyc
  12. *~
  13. .*.sw?
  14. .cproject
  15. .deps
  16. .dirstamp
  17. .libs
  18. .project
  19. .settings
  20. /.vs
  21. /build/
  22. /builds/
  23. /stats/
  24. __pycache__
  25. CHANGES.dist
  26. Debug
  27. INSTALL
  28. Makefile
  29. Makefile.in
  30. Release
  31. TAGS
  32. aclocal.m4
  33. aclocal.m4.bak
  34. autom4te.cache
  35. compile
  36. config.cache
  37. config.guess
  38. config.log
  39. config.status
  40. config.sub
  41. configure
  42. curl-*.tar.bz2
  43. curl-*.tar.gz
  44. curl-*.tar.xz
  45. curl-*.zip
  46. curl-config
  47. depcomp
  48. install-sh
  49. libcurl.pc
  50. libtool
  51. ltmain.sh
  52. missing
  53. mkinstalldirs
  54. tags
  55. test-driver
  56. scripts/_curl
  57. scripts/curl.fish
  58. curl_fuzzer
  59. curl_fuzzer_seed_corpus.zip
  60. libstandaloneengine.a