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