From c883b2c945a9c1c7f690f089cb5ab70c389fad15 Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Thu, 22 Feb 2018 17:00:24 -0500 Subject: [PATCH] DEV: Ignore other files --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a450613 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*.sol +Solvers/Source/Include/ +Utilities/Source/Include/ +_vti_cnf/ +_vti_pvt/ +*.mexw32 +*.nl +*.cfe +*.gen +*.cfs +*.si +*.exp +scip.mexw64 +Help/OPTI_HTML/tex/ +Utilities/Install/VisualStudioBuilder/guids.txt +*.lib +*.exe +*.mexw64 +*.zip + +@opti/ +Examples/ +Solvers/ +Test Problems/ +Utilities/ +README.md +opti_Install.m + +*~ \ No newline at end of file