From 2622cb70e561b4521b59f2a83496cee2396b4444 Mon Sep 17 00:00:00 2001 From: Amro Date: Fri, 29 Jul 2016 15:38:35 +0300 Subject: [PATCH] update gitignore file --- .gitignore | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 6175391..86d4bae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,33 +1,45 @@ -*.tar.gz +# binaries *.exe *.dll +*.lib +*.exp +*.obj +*.so *.do *.o *.lo *.la +*.a *.dylib *.dSYM *.mex* *.oct +*.py[cod] +*.tar.gz *.zip -build # generated code +config.h +nlopt.pc api/nlopt.f api/nlopt.hpp octave/nlopt_optimize_usage.h -nlopt.pc swig/nlopt-enum-renames.i swig/nlopt-guile.cpp swig/nlopt-python.cpp swig/nlopt.py swig/nlopt.scm -swig/nlopt.scm.in -README-WINDOWS -mingw32 -mingw64 -# executables -octave/dummy +# build output and test executables +build/ test/testopt +test/box +test/lorentzfit +util/mt19937ar_test util/redblack_test +util/sobolseq_test +direct/tstc +stogo/prog +stogo/testros +stogo/tst +stogo/tstc -- 2.30.2