.gitignore 230 B

123456789101112131415161718192021
  1. *.a
  2. *.so*
  3. *.xcodeproj
  4. *~
  5. .vscode/
  6. .vs/
  7. /CMakeScripts
  8. /Testing
  9. /_CPack_Packages
  10. /install_manifest.txt
  11. CMakeCache.txt
  12. CMakeFiles
  13. CPack*.cmake
  14. CTestTestfile.cmake
  15. FMT.build
  16. Makefile
  17. bin/
  18. build/
  19. cmake_install.cmake
  20. fmt-*.cmake
  21. fmt.pc