diff --git a/.gitignore b/.gitignore index 1d61cce..4bb01e8 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,6 @@ docs/site/ Manifest*.toml # -reports/ \ No newline at end of file +reports/ +*.bak +*.backup \ No newline at end of file diff --git a/src/CTFlows.jl b/src/CTFlows.jl index 2c88e20..481fb6b 100644 --- a/src/CTFlows.jl +++ b/src/CTFlows.jl @@ -21,4 +21,4 @@ include("utils.jl") include("differential_geometry.jl") include("optimal_control_problem_utils.jl") -end +end \ No newline at end of file