From 0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 29 Oct 2020 10:27:08 -0400 Subject: Added projects for building and using DLLs for Clp --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3