.gitignore 518 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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-*
  29. # Temp
  30. *~
  31. oprofiletmp
  32. callgrind
  33. oprofile_data
  34. out.dot
  35. cov-int*
  36. cov-int
  37. build*
  38. .ipynb_checkpoints
  39. tests/python/field.txt
  40. examples/*.pdf
  41. examples/*.png
  42. examples/*.7z
  43. examples/Egor*
  44. examples/egor*
  45. examples/*.txt
  46. examples/*.pyc