.gitignore 554 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #Ignore build files
  2. config.h
  3. config.log
  4. config.status
  5. libtool
  6. stamp-h1
  7. output/
  8. win32port/ipch/
  9. win32port/Debug*/
  10. win32port/Release*/
  11. win32port/server/Debug*/
  12. win32port/server/Release*/
  13. win32port/client/Debug*/
  14. win32port/client/Release*/
  15. win32port/libwebsocketswin32/Debug*/
  16. win32port/libwebsocketswin32/Release*/
  17. win32port/zlib/Debug*/
  18. win32port/zlib/Release*/
  19. *.vcxproj.user
  20. *.opensdf
  21. *.sdf
  22. *.suo
  23. *.su
  24. *.m4
  25. *.a
  26. missing
  27. depcomp
  28. install-sh
  29. configure
  30. compile
  31. config.guess
  32. *~
  33. *.orig
  34. autom4te.cache/
  35. ltmain.sh
  36. config.sub
  37. ar-lib
  38. libwebsockets.pc
  39. build/
  40. *.swp