diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 10:27:08 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 10:27:08 -0400 |
commit | 0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4 (patch) | |
tree | a39fef5ed55667e898bd224a97571954e46a09c0 /.gitignore | |
parent | a53e0ecf6d3e5d3bb3ca32fa800f9eb17ff8ba1e (diff) | |
download | clp_fortran-0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4.tar.gz clp_fortran-0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4.zip |
Added projects for building and using DLLs for Clp
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69c66d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.a +*.lib +*.dll +*.def +*.exe + +modules +build +example + +Makefile.* +Makefile |