Skip to content
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@

# Workflow products
src/examples/TokaMaker/AdvancedWorkflows/IsofluxController/IODATA*
src/examples/TokaMaker/AdvancedWorkflows/IsofluxController/__pycache__*
src/examples/TokaMaker/AdvancedWorkflows/IsofluxController/__pycache__

# Build/environment artifacts
/libs/
/oft_venv/
/compiler_id.txt
/setup_env.sh
2 changes: 2 additions & 0 deletions src/base/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
set( BASE_OBJS
oft_local_c.c
oft_xml_c.c
oft_sort_c.cxx
spline.f
oft_local.F90
oft_base.F90
oft_sort.F90
oft_io.F90
oft_stitching.F90
oft_xml.F90
)

add_library( oftbase
Expand Down
Loading
Loading