.gitignore 411 B

12345678910111213141516171819202122232425262728293031323334
  1. # Intermediate object files
  2. *.o
  3. *.os
  4. *.so
  5. **/*.a
  6. *~
  7. # libraries and executables
  8. /lib*.*/
  9. .libs
  10. /build/
  11. /bin
  12. *.exe
  13. Release
  14. .DS_Store
  15. *.xcodeproj
  16. *.wav
  17. *.ana
  18. #Generated files if running in-source CMake build
  19. cmake_install.cmake
  20. CMakeFiles/
  21. CMakeCache.txt
  22. Makefile
  23. Makefile.*
  24. cmake_install.cmake
  25. /cmake_uninstall.cmake
  26. CTestTestfile.cmake
  27. CPackConfig.cmake
  28. CPackSourceConfig.cmake
  29. /CMakeCache.txt
  30. Custom.cmake