chiark / gitweb /
Use trusty
[nlopt.git] / .gitignore
1 # binaries
2 *.exe
3 *.dll
4 *.lib
5 *.exp
6 *.obj
7 *.so
8 *.do
9 *.o
10 *.lo
11 *.la
12 *.a
13 *.dylib
14 *.dSYM
15 *.mex*
16 *.oct
17 *.py[cod]
18 *.tar.gz
19 *.zip
20
21 # generated code
22 nlopt_config.h
23 nlopt.pc
24 api/nlopt.f
25 api/nlopt.hpp
26 octave/nlopt_optimize_usage.h
27 swig/nlopt-enum-renames.i
28 swig/nlopt-guile.cpp
29 swig/nlopt-python.cpp
30 swig/nlopt.py
31 swig/nlopt.scm
32
33 # build output and test executables
34 build/
35 test/testopt
36 test/box
37 test/lorentzfit
38 util/mt19937ar_test
39 util/redblack_test
40 util/sobolseq_test
41 direct/tstc
42 stogo/prog
43 stogo/testros
44 stogo/tst
45 stogo/tstc
46
47 # MacOS
48 .DS_Store