chiark / gitweb /
Fix Travis CI macOS build failure
[nlopt.git] / .gitignore
index 934111d7bd06eab6901c0db1b9a8441ea460b0a8..a80e85d42d53a7b465487c0cd940c3655f82c203 100644 (file)
@@ -1,50 +1,48 @@
-*.tar.gz
+# binaries
 *.exe
 *.dll
+*.lib
+*.exp
+*.obj
+*.so
 *.do
 *.o
 *.lo
 *.la
+*.a
 *.dylib
 *.dSYM
 *.mex*
 *.oct
+*.py[cod]
+*.tar.gz
+*.zip
 
 # generated code
+nlopt_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
 
-# executables
+# 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
 
-# autotools stuff
-Makefile
-Makefile.in
-.deps
-.libs
-stamp-h1
-install-sh
-libtool
-ltmain.sh
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-configure
-config.*
-autom4te.cache
-INSTALL
-aclocal.m4
-depcomp
-missing
-py-compile
+# MacOS
+.DS_Store