.gitignore 970 B

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