16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But keep this .gitignore and README
|
|
!.gitignore
|
|
!README.org
|
|
|
|
# Keep analysis scripts
|
|
!calc_share.py*
|
|
|
|
# Keep selected trajectory files
|
|
!050Li3PS4-050LiI_thin100.lammpstrj
|
|
!060Li3PS4-040LiI_thin100.lammpstrj
|
|
!070Li3PS4-030LiI_thin100.lammpstrj
|
|
!080Li3PS4-020LiI_thin100.lammpstrj
|
|
!090Li3PS4-010LiI_thin100.lammpstrj |