16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
# Ignore everything in the repository root
|
|
/*
|
|
|
|
# Keep the repository metadata files
|
|
!/.gitignore
|
|
!/Readme.org
|
|
|
|
# Keep the analysis script
|
|
!/voronoi_count_diff.py*
|
|
|
|
# Keep only the selected trajectory files
|
|
!/050Li3PS4-050LiI_thin1000.lammpstrj
|
|
!/060Li3PS4-040LiI_thin1000.lammpstrj
|
|
!/070Li3PS4-030LiI_thin1000.lammpstrj
|
|
!/080Li3PS4-020LiI_thin1000.lammpstrj
|
|
!/090Li3PS4-010LiI_thin1000.lammpstrj |