diff --git a/.gitignore b/.gitignore index 0c26e54..da28865 100644 --- a/.gitignore +++ b/.gitignore @@ -169,11 +169,5 @@ go.work.sum # Java stuff main.jar -# Secrets -ampl_license_uuid* -!ampl_license_uuid.template -gurobi.lic* -!gurobi.lic.template - # Outputs *output* diff --git a/knapsack-ampl/.gitignore b/knapsack-ampl/.gitignore new file mode 100644 index 0000000..33a3c3e --- /dev/null +++ b/knapsack-ampl/.gitignore @@ -0,0 +1,3 @@ +# Secrets +ampl_license_uuid* +!ampl_license_uuid.template diff --git a/knapsack-gurobi/.gitignore b/knapsack-gurobi/.gitignore new file mode 100644 index 0000000..68fb991 --- /dev/null +++ b/knapsack-gurobi/.gitignore @@ -0,0 +1,3 @@ +# Secrets +gurobi.lic* +!gurobi.lic.template