74 lines
756 B
Plaintext
74 lines
756 B
Plaintext
.idea/*
|
|
|
|
### C++ ###
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
### CMake ###
|
|
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
_deps
|
|
|
|
### CMake Patch ###
|
|
CMakeUserPresets.json
|
|
|
|
# External projects
|
|
*-prefix/
|
|
|
|
### CUDA ###
|
|
*.i
|
|
*.ii
|
|
*.gpu
|
|
*.ptx
|
|
*.cubin
|
|
*.fatbin
|
|
|
|
# Coin miner executables
|
|
coin_miner_cpu
|
|
coin_miner_simd
|
|
coin_miner_cuda
|
|
coin_miner_ocl
|
|
coin_miner_wasm.js
|
|
coin_miner_wasm.wasm
|
|
|
|
# Vault
|
|
deti_coins*_vault.txt
|