-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
39 lines (39 loc) · 893 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/build
/build-*
# Default VSCode and VS dirs
.vs
.vscode
*.col
__pycache__
bin
obj
env/
python/env/
python/test/env/
.DS_Store
/csharp/cplex/api/dev_cpxsharp.csproj
/csharp/cplex/api/dev_cplexsharp.csproj
/csharp/gurobi/api/dev_gurobisharp.csproj
/test/models/*.sol
/csharp/ampls/api/dev_amplssharp.csproj
/csharp/simpleapi/api/dev_simpleapisharp.csproj
/python/cplex/examples/env
/python/cplex/examples/cb.log
/python/examples/env
*~
/doc/rst/doxyxml
/csharp/copt/api/dev_coptsharp.csproj
/csharp/cplexmp/api/dev_cplexmpsharp.csproj
/python/examples/.vscode
*.sol
amplpy_*_swig.py
amplpy_*_swig_wrap.cxx
amplpy_*_swig_wrap.h
/python/cplex/amplpy_cplex/swig/amplpy_cplex_swig_wrap.cxx
/python/cplex/amplpy_cplex/swig/amplpy_cplex_swig.py
/python/cplex/amplpy_cplex/swig/amplpy_cplex_swig_wrap.h
/csharp/xpress/api/dev_xpresssharp.csproj
/python/envlinux
/python/test/env1
/python/envwin
.venv/