Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script cleanup #510

Merged
merged 3 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ bmad-doc/cookbook_bmad_tao/doc/cookbook_bmad_tao.pdf
bmad-doc/cookbook_bmad_tao/doc/cookbook_bmad_tao.toc
bmad-doc/tao_examples/csr_beam_tracking/csr_wake.dat

bmad/doc/*aux
bmad/doc/bmad.idx
bmad/doc/bmad.ilg
bmad/doc/bmad.ind
bmad/doc/bmad.lof
bmad/doc/bmad.log
bmad/doc/bmad.lot
bmad/doc/bmad.out
bmad/doc/bmad.pdf
bmad/doc/bmad.rdx
bmad/doc/bmad.rnd
bmad/doc/bmad.toc

regression_tests/*/output.now
regression_tests/*/lat.bmad
regression_tests/*/r
Expand Down
2 changes: 1 addition & 1 deletion tao/version/tao_version_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
!-

module tao_version_mod
character(*), parameter :: tao_version_date = "2023/09/21_11:20:54"
character(*), parameter :: tao_version_date = "2023/09/23 01:45:26"
end module
Loading