.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. fieldnlay-dp
  25. fieldnlay-mp
  26. scattnlay-dp
  27. scattnlay-mp
  28. # Binary
  29. *.bin
  30. # Python
  31. *.egg-info/*
  32. .tox
  33. # CLion files
  34. .idea
  35. cmake-build-*
  36. # Temp
  37. *~
  38. oprofiletmp
  39. callgrind
  40. oprofile_data
  41. out.dot
  42. cov-int*
  43. cov-int
  44. build*
  45. .ipynb_checkpoints
  46. # Local results
  47. tests/python/field.txt
  48. examples/*.pdf
  49. examples/*.png
  50. examples/*.7z
  51. examples/Egor*
  52. examples/egor*
  53. examples/*.txt
  54. examples/*.pyc
  55. R*mkm*.jpg
  56. examples/*/R*mkm.jpg
  57. __pycache__
  58. backup*
  59. ###########################################
  60. # Web vue cli section
  61. .DS_Store
  62. node_modules
  63. dist
  64. surma-ashley-test
  65. *src-electron*
  66. nmiejs.wasm
  67. nmiejs.js
  68. # local env files
  69. .env.local
  70. .env.*.local
  71. # Log files
  72. npm-debug.log*
  73. yarn-debug.log*
  74. yarn-error.log*
  75. # Editor directories and files
  76. .vscode
  77. *.suo
  78. *.ntvs*
  79. *.njsproj
  80. *.sln
  81. *.sw?
  82. # end of web vue cli section
  83. ###########################################