110 lines
1.3 KiB
Plaintext
110 lines
1.3 KiB
Plaintext
Makefile.local
|
|
CMakeLists.txt.user
|
|
|
|
dependencies/archives/
|
|
!dependencies/archives/autoconf.patch
|
|
!dependencies/archives/patchelf-0.8.tar.gz
|
|
|
|
dependencies/install/
|
|
dependencies/sources/
|
|
|
|
|
|
or-tools*.tar.gz
|
|
or-tools*.zip
|
|
*.a
|
|
*.o
|
|
*.so
|
|
*.py[co]
|
|
*.lib
|
|
*.exp
|
|
*.pdb
|
|
*.ass
|
|
*.swp
|
|
|
|
build.log
|
|
bin/
|
|
ortools/gen/
|
|
objs/
|
|
classes/
|
|
temp_test/
|
|
temp_fz/
|
|
temp_fz_test/
|
|
temp-python*
|
|
temp_dotnet/
|
|
temp_dotnet_test/
|
|
temp_archive/
|
|
temp_fz_archive/
|
|
lib/
|
|
install/
|
|
examples/csharp/solution/*.csproj
|
|
examples/csharp/*.sln
|
|
examples/notebook/.ipynb_checkpoints
|
|
|
|
ortools/bazel-*
|
|
examples/bazel-*
|
|
bazel-*
|
|
|
|
tools/docker/export
|
|
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
bin/*.exe
|
|
bin/*.app
|
|
|
|
*build*/*
|
|
.idea/*
|
|
.idea/
|
|
build/
|
|
cache/
|
|
**/.vscode/*
|
|
.DS_Store
|
|
|
|
**/.vs/*
|
|
**/dotnet-test/*
|
|
|
|
**/packages
|
|
|
|
ortools/fsharp/**/bin
|
|
ortools/fsharp/**/obj
|
|
ortools/fsharp/**/packages
|
|
|
|
examples/dotnet/**/bin
|
|
examples/dotnet/**/obj
|
|
|
|
ortools/dotnet/OrTools/*.csproj
|
|
ortools/dotnet/OrTools.FSharp/*.fsproj
|
|
ortools/dotnet/*.nuspec
|
|
ortools/dotnet/**/bin
|
|
ortools/dotnet/**/obj
|
|
ortools/dotnet/**/packages
|
|
|
|
tools/dotnet/CreateSigningKey/bin
|
|
tools/dotnet/CreateSigningKey/obj
|
|
|
|
*.userprefs
|