.gitignore 1.0 KB

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