.gitignore 613 B

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