Commit d614d56c authored by Christian Negre's avatar Christian Negre
Browse files

Merge branch 'exaalt' of gitlab.com:exaalt/lammps into exaalt

parents 39daf3c6 b861ea34
Loading
Loading
Loading
Loading

.github/CODEOWNERS

0 → 100644
+21 −0
Original line number Diff line number Diff line
# This file contains file patterns that triggers automatic
# code review requests from users that are owners of these files
# Order matters, the last match has the highest precedence

# library folders
lib/colvars/*         @giacomofiorin
lib/compress/*        @akohlmey
lib/kokkos/*          @stanmoore1
lib/molfile/*         @akohlmey
lib/qmmm/*            @akohlmey
lib/vtk/*             @rbberger

# packages
src/KOKKOS            @stanmoore1
src/USER-CGSDK        @akohlmey
src/USER-COLVARS      @giacomofiorin
src/USER-OMP          @akohlmey
src/USER-QMMM         @akohlmey

# tools
tools/msi2lmp/*       @akohlmey
+112 −0

File added.

Preview size limit exceeded, changes collapsed.

+31 −0

File added.

Preview size limit exceeded, changes collapsed.

+29 −0

File added.

Preview size limit exceeded, changes collapsed.

+8 −0
Original line number Diff line number Diff line
@@ -32,3 +32,11 @@ log.cite
.Trashes
ehthumbs.db
Thumbs.db

#cmake
/build*
/CMakeCache.txt
/CMakeFiles/
/Makefile
/cmake_install.cmake
/lmp
Loading