Skip to content

Commit

Permalink
Add .gitignore and needed housekeeping, to make benchmark folders man…
Browse files Browse the repository at this point in the history
…ageable.
  • Loading branch information
ilectra committed Jan 24, 2024
1 parent 4a71353 commit c720172
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions benchmarks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Ignore everything
*
# Don't ignore directories, so we can recurse into them
!*/
# Don't ignore .gitignore and specific files in all subdirectories
!.gitignore
!*/Conquest_input
!*/Conquest_output*
!*/README.md
!*/*.ion
!*/*.dat
!*/*.xtl
File renamed without changes.
2 changes: 1 addition & 1 deletion benchmarks/water_64mols/Conquest_input
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IO.Title Water static test, DZ, GridCutoff=50Ha
IO.Coordinates H2O_coord.in
IO.Coordinates H2O_coord.dat
IO.FractionalAtomicCoords F
IO.Iprint 1
IO.WriteOutToFile F
Expand Down
File renamed without changes.

0 comments on commit c720172

Please sign in to comment.