Skip to content

Commit a95786a

Browse files
committed
Update .gitignore with pytest files
When running tests, multiple files are generated, ending up in the tracked files, making development and use of advanced editors hard. This changes untrack all produced files, so that when running `git diff` the status is clean.
1 parent 38aace4 commit a95786a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,20 @@ coverage.xml
5050
*.cover
5151
.hypothesis/
5252
.pytest_cache
53+
input_tmp.in
54+
tmp_dyn*
55+
dyn_end_*
56+
dyn_start_*
57+
final_dyn*
58+
grad_*.dat
59+
u_population*.dat
60+
energies*.dat
61+
forces_*.dat
62+
prova
63+
scf_population*.dat
64+
frequencies*.*
65+
timer.json
66+
minim.dat
5367

5468
# Translations
5569
*.mo

0 commit comments

Comments
 (0)