chiark / gitweb /
CMake: Fix compilation with CMake>=3.13
[nlopt.git] / .gitignore
index 6175391f1f6b612c7c1d36516631d5716a764f14..359dd00093aff66ef74cfef4ba22d6e9a2c06fab 100644 (file)
@@ -1,33 +1,26 @@
-*.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
-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
+# build output: prefer out-of-tree builds
+build/
+
+# MacOS
+.DS_Store
 
-# executables
-octave/dummy
-test/testopt
-util/redblack_test
+# VSCode
+.vscode/