chiark / gitweb /
octave: Tell Git to ignore `dummy` build output
[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 octave/dummy
31 test/testopt
32 util/redblack_test
33
34 # autotools stuff
35 Makefile
36 Makefile.in
37 .deps
38 .libs
39 stamp-h1
40 install-sh
41 libtool
42 ltmain.sh
43 m4/libtool.m4
44 m4/ltoptions.m4
45 m4/ltsugar.m4
46 m4/ltversion.m4
47 m4/lt~obsolete.m4
48 configure
49 config.*
50 autom4te.cache
51 INSTALL
52 README
53 aclocal.m4
54 depcomp
55 missing
56 py-compile
57 compile