2
0

.gitignore 525 B

12345678910111213141516171819202122232425262728293031323334
  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. /trunk/Makefile
  17. /trunk/objs
  18. /trunk/src/build-qt-Desktop-Debug
  19. /trunk/research/librtmp/objs
  20. /trunk/3rdparty/ccache/ccache-3.1.9
  21. /trunk/3rdparty/gprof/graphviz-2.36.0
  22. /trunk/research/api-server/static-dir/forward
  23. /trunk/research/api-server/static-dir/live
  24. /trunk/research/api-server/static-dir/players
  25. # Apple-specific garbage files.
  26. .AppleDouble
  27. .idea
  28. .DS_Store