.gitignore 537 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # Compiled Object files
  2. *.slo
  3. *.lo
  4. *.o
  5. *.obj
  6. # Precompiled Headers
  7. *.gch
  8. *.pch
  9. # Compiled Dynamic libraries
  10. *.so
  11. *.dylib
  12. *.dll
  13. # Fortran module files
  14. *.mod
  15. # Compiled Static libraries
  16. *.lai
  17. *.la
  18. *.a
  19. *.lib
  20. # Executables
  21. *.exe
  22. *.out
  23. *.app
  24. # Binary
  25. *.bin
  26. # CLion files
  27. .idea
  28. cmake-build-debug
  29. CMakeLists.txt
  30. # Temp
  31. *~
  32. oprofiletmp
  33. callgrind
  34. oprofile_data
  35. out.dot
  36. cov-int*
  37. cov-int
  38. build*
  39. .ipynb_checkpoints
  40. tests/python/field.txt
  41. examples/*.pdf
  42. examples/*.png
  43. examples/*.7z
  44. examples/Egor*
  45. examples/egor*
  46. examples/*.txt
  47. examples/*.pyc