Skip to content

Commit

Permalink
Merge pull request #3 from bmad-sim/better_gitignore
Browse files Browse the repository at this point in the history
Add functional gitignore for external_deps and compilation files
  • Loading branch information
DavidSagan committed Sep 18, 2023
2 parents e168847 + 70f490b commit 459cda1
Showing 1 changed file with 36 additions and 15 deletions.
51 changes: 36 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 459cda1

Please sign in to comment.