From a20c7443dd8878b611b0011fe46ebd12e3dfd99c Mon Sep 17 00:00:00 2001 From: Austin Harris Date: Thu, 27 Jun 2024 10:06:31 -0400 Subject: [PATCH] adding more to .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index d78e163c..ecc0f2f2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,14 +13,23 @@ xnet_nse xnse net_setup +# build_net files +test/build_net/build_net +test/build_net/new_data + # misc .DS_Store +*.bak +*.tgz +*.tar +*.out # compiled python *.pyc # HSL source MA4[18].f +tools/HSL # network data binaries match_data @@ -36,6 +45,14 @@ sparse_ind ts* ev* net_diag* +nse_diag* # core dumps core* + +# local ab_ and th_ files +test/ab* +test/th* + +# runtime controls +control*