From bd764e04616f2143edb866af8ae916f647482095 Mon Sep 17 00:00:00 2001 From: Anthony Islas Date: Thu, 4 May 2023 11:40:50 -0600 Subject: [PATCH 1/4] Ignoring _build directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eca261d36e..c47fe3e850 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ configure.wrf* *.backup *.f90 +_build/ \ No newline at end of file From c3fb7013565af073b3b0993dadfdea1fd1cf7e5f Mon Sep 17 00:00:00 2001 From: Anthony Islas Date: Tue, 23 May 2023 12:45:51 -0600 Subject: [PATCH 2/4] Adding runtime generated files to ignore list --- .gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c47fe3e850..26a74951f6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,17 @@ configure.wrf* *.backup *.f90 -_build/ \ No newline at end of file +_build/ +# New (and old) things we should ignore +wrf_config.cmake +*.nc +rsl.out.* +rsl.error.* +ndown +real +tc +ideal +wrf +wrfbdy_d* +wrfinput_d* +wrfout_d* \ No newline at end of file From 7e7a750f0054f45489b3362d8f054ea6acff4730 Mon Sep 17 00:00:00 2001 From: Anthony Islas Date: Sat, 6 Jan 2024 00:07:45 +0000 Subject: [PATCH 3/4] Re-order ignores categorically --- .gitignore | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 26a74951f6..4ca29799af 100644 --- a/.gitignore +++ b/.gitignore @@ -17,17 +17,22 @@ configure.wrf* *.backup *.f90 -_build/ -# New (and old) things we should ignore + +# Out-of-source build locations +_build* wrf_config.cmake -*.nc -rsl.out.* -rsl.error.* + +# Executables when not featuring .exe suffix ndown real tc ideal wrf + +# Model inputs/outputs wrfbdy_d* wrfinput_d* -wrfout_d* \ No newline at end of file +wrfout_d* +*.nc +rsl.out.* +rsl.error.* \ No newline at end of file From 98ec8048f48726fa1341f1f0f1897513fa6389c0 Mon Sep 17 00:00:00 2001 From: Anthony Islas Date: Mon, 8 Jan 2024 20:44:45 +0000 Subject: [PATCH 4/4] EOL added --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ca29799af..876fb30491 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,4 @@ wrfinput_d* wrfout_d* *.nc rsl.out.* -rsl.error.* \ No newline at end of file +rsl.error.*