You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Coq.gitignore 489B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .*.aux
  2. .*.d
  3. *.a
  4. *.cma
  5. *.cmi
  6. *.cmo
  7. *.cmx
  8. *.cmxa
  9. *.cmxs
  10. *.glob
  11. *.ml.d
  12. *.ml4.d
  13. *.mlg.d
  14. *.mli.d
  15. *.mllib.d
  16. *.mlpack.d
  17. *.native
  18. *.o
  19. *.v.d
  20. *.vio
  21. *.vo
  22. *.vok
  23. *.vos
  24. .coq-native
  25. .csdp.cache
  26. .lia.cache
  27. .nia.cache
  28. .nlia.cache
  29. .nra.cache
  30. csdp.cache
  31. lia.cache
  32. nia.cache
  33. nlia.cache
  34. nra.cache
  35. native_compute_profile_*.data
  36. # generated timing files
  37. *.timing.diff
  38. *.v.after-timing
  39. *.v.before-timing
  40. *.v.timing
  41. time-of-build-after.log
  42. time-of-build-before.log
  43. time-of-build-both.log
  44. time-of-build-pretty.log