Remove unused functions. Shuffle things around and remove forward declarations.
[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
12 Makefile
13 Makefile.in
14 # o_0
15 Makefile.in.in
16
17 # The local aclocal.m4 file
18 aclocal.m4
19 m4/
20 shave/lt*
21 shave/libtool.m4
22 shave/shave
23 shave/shave-libtool
24
25 # The output of the configure script
26 conf/
27 config.guess
28 config.log
29 config.status
30 config.sub
31
32 # The configure script itself
33 configure
34
35 # The libopkg directory artifacts
36 libopkg/config.h
37 libopkg/config.h.in
38 libopkg/stamp-h1
39
40 # Various scripts used for libtool and the like
41 install-sh
42 libtool
43 ltmain.sh
44 missing
45 depcomp
46
47 # opkg stuff
48 libopkg.pc
49 utils/update-alternatives
50
51 autom4te.cache/
52
53 # Binaries
54 *.la
55 *.lo
56 *.o
57 *.so
58 .libs/
59 .deps/
60 src/opkg-cl
61 tests/libopkg_test