From a2ac8d00222c5e89c610a573c4029a269c18834a Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 4 Apr 2022 10:51:52 +0200 Subject: [PATCH] git: update .gitignore --- .gitignore | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 841c32d637..e8cc7d083f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ Makefile.local Makefile.local~ -dependencies/ -include/ -share/ +/build_make/ +/install_make/ +/dependencies/ +/or-tools_cpp* +/or-tools_dotnet* +/or-tools_java* +/or-tools_python* +/or-tools_data* or-tools*.tar.gz or-tools*.zip @@ -31,10 +36,13 @@ temp_test/ temp_fz/ temp_fz_test/ temp_cpp/ +temp_cpp_test/ temp_dotnet/ temp_dotnet_test/ temp_java/ +temp_java_test/ temp_python* +temp_python*_test/ temp_archive/ temp_fz_archive/ lib/ @@ -48,7 +56,6 @@ private-key.gpg settings.xml export - ortools/bazel-* examples/bazel-* bazel-*