Skip to content

Commit f10ec50

Browse files
committed
Ignore output files from cluster job schedulers
1 parent f13f95b commit f10ec50

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,16 @@ ENV/
9595

9696
# Rope project settings
9797
.ropeproject
98+
99+
# Job scheduler output
100+
# Slurm
101+
*.out
102+
103+
# Cobalt
104+
*.output
105+
*.error
106+
*.cobaltlog
107+
108+
# PBS
109+
# *.o*
110+
# *.e*

0 commit comments

Comments
 (0)