From 0286bbfb128fb59bc5edc1f6e85dd914aad086ab Mon Sep 17 00:00:00 2001 From: Sebastian Quintero Date: Tue, 27 Feb 2024 17:18:23 -0500 Subject: [PATCH] Git ignores on Gurobi and AMPL --- .gitignore | 6 ------ knapsack-ampl/.gitignore | 3 +++ knapsack-gurobi/.gitignore | 3 +++ 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 knapsack-ampl/.gitignore create mode 100644 knapsack-gurobi/.gitignore 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