From 81e315701cfc45ccaca7021282ed1b5b6648ab6e Mon Sep 17 00:00:00 2001 From: "Pawel T. Jochym" Date: Mon, 22 Jan 2024 23:50:40 +0100 Subject: [PATCH] Block some large files from examples --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ccf6401..8a2b14b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ example/*/*/calc example/*/*/phon/DFSET_* example/*/*/phon/cryst*.* example/VASP_3C-SiC_calculated/*/*/smpl +slurm-*.out +example/VASP_3C-SiC_calculated/calc_2x2x2/**/POTCAR +example/**/CHG* calc/ # ----------------------------------- # End local part