chiark / gitweb /
Merge pull request #46 from jschueller/travis
[nlopt.git] / .gitignore
1 *.tar.gz
2 *.exe
3 *.dll
4 *.do
5 *.o
6 *.lo
7 *.la
8 *.dylib
9 *.dSYM
10 *.mex*
11 *.oct
12 *.zip
13
14 # generated code
15 api/nlopt.f
16 api/nlopt.hpp
17 octave/nlopt_optimize_usage.h
18 nlopt.pc
19 swig/nlopt-enum-renames.i
20 swig/nlopt-guile.cpp
21 swig/nlopt-python.cpp
22 swig/nlopt.py
23 swig/nlopt.scm
24 swig/nlopt.scm.in
25 README-WINDOWS
26 mingw32
27 mingw64
28
29 # executables
30 test/testopt
31 util/redblack_test
32
33 # autotools stuff
34 Makefile
35 Makefile.in
36 .deps
37 .libs
38 stamp-h1
39 install-sh
40 libtool
41 ltmain.sh
42 m4/libtool.m4
43 m4/ltoptions.m4
44 m4/ltsugar.m4
45 m4/ltversion.m4
46 m4/lt~obsolete.m4
47 configure
48 config.*
49 autom4te.cache
50 INSTALL
51 README
52 aclocal.m4
53 depcomp
54 missing
55 py-compile
56 compile