cudaCAC/.gitignore
Alex Selimov 5155ec21aa Add basic LJ potential*
- Add PairPotential Abstract class
- Add Lennard-Jones potential that should work with both CUDA and C++
  code
- Add tests on HOST side for LJ potential
2025-04-17 16:07:26 -04:00

17 lines
142 B
Plaintext

# Builds
build/
Debug/
Testing/
compile_commands.json
# Google Tests
tests/lib/
# Jet Brains
.idea/
cmake-build-debug/
# Cache dir
.cache