From 70f490b0e6ca5a1a05cc278d4f1e55ec3eb9f6c8 Mon Sep 17 00:00:00 2001 From: Christopher Mayes <31023527+ChristopherMayes@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:33:57 -0700 Subject: [PATCH] Add functional gitignore for external_deps and compilation files --- .gitignore | 51 ++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 7e1fc8eabb..3369bf7ce7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,40 @@ *~ -./PGPLOT -./fftw -./fgsl -./gsl -./hdf5 -./lapack -./lapack95 -./open_spacecharge -./openmpi -./plplot -./xraylib -./gnu_utilities_src -./packages -production -debug +PGPLOT/* +fftw/* +fftw/* +fgsl/* +gsl/* +hdf5/* +lapack/* +lapack95/* +open_spacecharge/* +openmpi/* +plplot/* +xraylib/* +gnu_utilities_src/* +packages/* +production/* +bmad/production/* +bsim/production/* +code_examples/production/* +cpp_bmad_interface/production/* +forest/production/* +lux/production/* +regression_tests/production/* +sim_utils/production/* +tao/production/* +util_programs/production/* +debug/* +bmad/debug/* +bsim/debug/* +code_examples/debug/* +cpp_bmad_interface/debug/* +forest/debug/* +lux/debug/* +regression_tests/debug/* +sim_utils/debug/* +tao/debug/* +util_programs/productdebugion/* bmad-doc/tutorial_bmad_tao/doc/2www.pl bmad-doc/tutorial_bmad_tao/doc/tutorial_bmad_tao.aux bmad-doc/tutorial_bmad_tao/doc/tutorial_bmad_tao.bbl