Fix mistype in define clause
[oweals/opkg-lede.git] / .gitignore
1 # git-ls-files --others --exclude-from=.git/info/exclude
2 # Lines that start with '#' are comments.
3 # For a project mostly in C, the following would be a good set of
4 # exclude patterns (uncomment them if you want to use them):
5
6 *.orig
7 *.rej
8 *.mergebackup
9 *.[oa]
10 *~
11 *.*.swp
12
13 Makefile
14 Makefile.in
15 # o_0
16 Makefile.in.in
17 !tests/regress/Makefile
18
19 # The local aclocal.m4 file
20 aclocal.m4
21 m4/
22 shave/lt*
23 shave/libtool.m4
24 shave/shave
25 shave/shave-libtool
26
27 # The output of the configure script
28 conf/
29 config.guess
30 config.log
31 config.status
32 config.sub
33
34 # The configure script itself
35 configure
36
37 # The libopkg directory artifacts
38 libopkg/config.h
39 libopkg/config.h.in
40 libopkg/stamp-h1
41
42 # Various scripts used for libtool and the like
43 install-sh
44 libtool
45 ltmain.sh
46 missing
47 depcomp
48
49 # opkg stuff
50 libopkg.pc
51 utils/update-alternatives
52
53 autom4te.cache/
54
55 # Binaries
56 *.la
57 *.lo
58 *.o
59 *.so
60 .libs/
61 .deps/
62 src/opkg-cl
63 tests/libopkg_test
64
65 # Man pages
66 man/*.1