X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=.gitignore;h=359dd00093aff66ef74cfef4ba22d6e9a2c06fab;hb=743775baaa9b9374834a7aa886087d0e156c30b7;hp=a80e85d42d53a7b465487c0cd940c3655f82c203;hpb=014208e6bd03531aab8c45cf1902bec8b720df99;p=nlopt.git diff --git a/.gitignore b/.gitignore index a80e85d..359dd00 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,6 @@ *.so *.do *.o -*.lo -*.la *.a *.dylib *.dSYM @@ -18,31 +16,11 @@ *.tar.gz *.zip -# generated code -nlopt_config.h -nlopt.pc -api/nlopt.f -api/nlopt.hpp -octave/nlopt_optimize_usage.h -swig/nlopt-enum-renames.i -swig/nlopt-guile.cpp -swig/nlopt-python.cpp -swig/nlopt.py -swig/nlopt.scm - -# build output and test executables +# build output: prefer out-of-tree builds 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 # MacOS .DS_Store + +# VSCode +.vscode/