forked from lijiext/lammps
update .gitignore and Purge.list
This commit is contained in:
parent
9004b47251
commit
366d3fe249
|
@ -37,6 +37,7 @@
|
|||
/kokkos_type.h
|
||||
/kokkos_few.h
|
||||
/kokkos_base.h
|
||||
/kokkos_base_fft.h
|
||||
|
||||
/manifold*.cpp
|
||||
/manifold*.h
|
||||
|
@ -84,6 +85,15 @@
|
|||
/intel_preprocess.h
|
||||
/intel_simd.h
|
||||
|
||||
/atom_vec_sph.cpp
|
||||
/atom_vec_sph.h
|
||||
/compute_sph_*.cpp
|
||||
/compute_sph_*.h
|
||||
/fix_sph.cpp
|
||||
/fix_sph.h
|
||||
/fix_sph_stationary.cpp
|
||||
/fix_sph_stationary.h
|
||||
|
||||
/atom_vec_edpd.cpp
|
||||
/atom_vec_edpd.h
|
||||
/atom_vec_mdpd.cpp
|
||||
|
@ -247,8 +257,6 @@
|
|||
/atom_vec_full_hars.h
|
||||
/atom_vec_granular.cpp
|
||||
/atom_vec_granular.h
|
||||
/atom_vec_meso.cpp
|
||||
/atom_vec_meso.h
|
||||
/atom_vec_molecular.cpp
|
||||
/atom_vec_molecular.h
|
||||
/atom_vec_peri.cpp
|
||||
|
@ -385,6 +393,8 @@
|
|||
/compute_temp_rotate.h
|
||||
/compute_ti.cpp
|
||||
/compute_ti.h
|
||||
/compute_viscosity_cos.cpp
|
||||
/compute_viscosity_cos.h
|
||||
/compute_voronoi_atom.cpp
|
||||
/compute_voronoi_atom.h
|
||||
/dihedral_charmm.cpp
|
||||
|
@ -465,6 +475,8 @@
|
|||
/fft3d.h
|
||||
/fft3d_wrap.cpp
|
||||
/fft3d_wrap.h
|
||||
/fix_accelerate_cos.cpp
|
||||
/fix_accelerate_cos.h
|
||||
/fix_adapt_fep.cpp
|
||||
/fix_adapt_fep.h
|
||||
/fix_addtorque.cpp
|
||||
|
@ -635,6 +647,8 @@
|
|||
/fix_poems.h
|
||||
/fix_pour.cpp
|
||||
/fix_pour.h
|
||||
/fix_propel_self.cpp
|
||||
/fix_propel_self.h
|
||||
/fix_qeq_comb.cpp
|
||||
/fix_qeq_comb.h
|
||||
/fix_qeq_reax.cpp
|
||||
|
@ -838,6 +852,10 @@
|
|||
/pair_coul_msm.h
|
||||
/pair_coul_shield.cpp
|
||||
/pair_coul_shield.h
|
||||
/pair_coul_slater_cut.cpp
|
||||
/pair_coul_slater_cut.h
|
||||
/pair_coul_slater_long.cpp
|
||||
/pair_coul_slater_long.h
|
||||
/pair_dipole_cut.cpp
|
||||
/pair_dipole_cut.h
|
||||
/pair_dipole_sf.cpp
|
||||
|
@ -1101,6 +1119,8 @@
|
|||
/fix_python_invoke.h
|
||||
/pair_python.cpp
|
||||
/pair_python.h
|
||||
/reader_adios.cpp
|
||||
/reader_adios.h
|
||||
/reader_molfile.cpp
|
||||
/reader_molfile.h
|
||||
/reaxc_allocate.cpp
|
||||
|
@ -1325,6 +1345,8 @@
|
|||
/pair_lennard_mdf.h
|
||||
/pair_lj_cut_coul_long_cs.cpp
|
||||
/pair_lj_cut_coul_long_cs.h
|
||||
/pair_lj_class2_coul_long_cs.cpp
|
||||
/pair_lj_class2_coul_long_cs.h
|
||||
/pair_lj_mdf.cpp
|
||||
/pair_lj_mdf.h
|
||||
/pair_mgpt.cpp
|
||||
|
|
|
@ -49,6 +49,19 @@ packages_ntopo.h
|
|||
# other auto-generated files
|
||||
lmpinstalledpkgs.h
|
||||
lmpgitversion.h
|
||||
# renamed on 8 May 2020
|
||||
fix_meso.cpp
|
||||
fix_meso.h
|
||||
fix_meso_stationary.cpp
|
||||
fix_meso_stationary.h
|
||||
atom_vec_meso.cpp
|
||||
atom_vec_meso.h
|
||||
compute_meso_e_atom.cpp
|
||||
compute_meso_e_atom.h
|
||||
compute_meso_rho_atom.cpp
|
||||
compute_meso_rho_atom.h
|
||||
compute_meso_t_atom.cpp
|
||||
compute_meso_t_atom.h
|
||||
# removed on 15 March 2019
|
||||
fix_wall_gran_omp.h
|
||||
fix_wall_gran_omp.cpp
|
||||
|
|
Loading…
Reference in New Issue