aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-10-29 10:27:08 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-10-29 10:27:08 -0400
commit0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4 (patch)
treea39fef5ed55667e898bd224a97571954e46a09c0 /.gitignore
parenta53e0ecf6d3e5d3bb3ca32fa800f9eb17ff8ba1e (diff)
downloadclp_fortran-0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4.tar.gz
clp_fortran-0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4.zip
Added projects for building and using DLLs for Clp
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
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