.gitignore 597 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Compiled Object files
  2. *.slo
  3. *.lo
  4. *.o
  5. # Compiled Dynamic libraries
  6. *.so
  7. *.dylib
  8. # Compiled Static libraries
  9. *.lai
  10. *.la
  11. *.a
  12. # by winlin
  13. *.pyc
  14. *.swp
  15. .DS_Store
  16. .vscode
  17. .vscode/*
  18. /trunk/Makefile
  19. /trunk/objs
  20. /trunk/src/build-qt-Desktop-Debug
  21. /trunk/research/librtmp/objs
  22. /trunk/3rdparty/ccache/ccache-3.1.9
  23. /trunk/3rdparty/gprof/graphviz-2.36.0
  24. /trunk/research/api-server/static-dir/crossdomain.xml
  25. /trunk/research/api-server/static-dir/forward
  26. /trunk/research/api-server/static-dir/live
  27. /trunk/research/api-server/static-dir/players
  28. # Apple-specific garbage files.
  29. .AppleDouble
  30. .idea
  31. .DS_Store