123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- # Compiled Object files
- *.slo
- *.lo
- *.o
- *.obj
- # Precompiled Headers
- *.gch
- *.pch
- # Compiled Dynamic libraries
- *.so
- *.dylib
- *.dll
- # Fortran module files
- *.mod
- # Compiled Static libraries
- *.lai
- *.la
- *.a
- *.lib
- # Executables
- *.exe
- *.out
- *.app
- fieldnlay-dp
- fieldnlay-mp
- scattnlay-dp
- scattnlay-mp
- # Binary
- *.bin
- # Python
- *.egg-info/*
- .tox
- # CLion files
- .idea
- cmake-build-*
- # Temp
- *~
- oprofiletmp
- callgrind
- oprofile_data
- out.dot
- cov-int*
- cov-int
- build*
- .ipynb_checkpoints
- # Local results
- tests/python/field.txt
- examples/*.pdf
- examples/*.png
- examples/*.7z
- examples/Egor*
- examples/egor*
- examples/*.txt
- examples/*.pyc
- R*mkm*.jpg
- examples/*/R*mkm.jpg
- __pycache__
- backup*
- ###########################################
- # Web vue cli section
- .DS_Store
- node_modules
- dist
- surma-ashley-test
- *src-electron*
- nmiejs.wasm
- nmiejs.js
- # local env files
- .env.local
- .env.*.local
- # Log files
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- # Editor directories and files
- .vscode
- *.suo
- *.ntvs*
- *.njsproj
- *.sln
- *.sw?
- # end of web vue cli section
- ###########################################
|