.gitignore 322 B

12345678910111213141516171819202122232425262728293031323334
  1. *.o
  2. *.sw*
  3. *~
  4. .deps
  5. .dirstamp
  6. INSTALL
  7. libtool
  8. Makefile.in
  9. aclocal.m4
  10. autom4te.cache
  11. config.guess
  12. config.h.in
  13. config.sub
  14. configure
  15. depcomp
  16. install-sh
  17. ltmain.sh
  18. missing
  19. compile
  20. Makefile
  21. config.h
  22. config.log
  23. config.status
  24. package_version
  25. stamp-h1
  26. opusenc
  27. opusdec
  28. opusinfo
  29. opusrtp
  30. *.exe
  31. # Always include these!
  32. !win32/config.h