]> git.ipfire.org Git - pakfire.git/blob - .gitignore
tests: Add tests for digest
[pakfire.git] / .gitignore
1 /Makefile
2 /build-aux
3 /config.h
4 /config.h.in
5 /intltool-*
6 /libtool
7 /missing
8 /contrib/pakfire.nm
9 /src/pakfire/__version__.py
10 /src/scripts/pakfire
11 /src/scripts/pakfire-builder
12 /src/scripts/pakfire-client
13 /src/scripts/pakfire-daemon
14 /src/systemd/*.service
15 /tests/.root
16 /tests/libpakfire/arch
17 /tests/libpakfire/archive
18 /tests/libpakfire/build
19 /tests/libpakfire/cgroup
20 /tests/libpakfire/compress
21 /tests/libpakfire/config
22 /tests/libpakfire/db
23 /tests/libpakfire/dependencies
24 /tests/libpakfire/digest
25 /tests/libpakfire/downloader
26 /tests/libpakfire/execute
27 /tests/libpakfire/file
28 /tests/libpakfire/jail
29 /tests/libpakfire/key
30 /tests/libpakfire/main
31 /tests/libpakfire/makefile
32 /tests/libpakfire/packager
33 /tests/libpakfire/parser
34 /tests/libpakfire/progressbar
35 /tests/libpakfire/repo
36 /tests/libpakfire/snapshot
37 /tests/libpakfire/string
38 /tests/libpakfire/util
39 /tmp
40 *.py[co]
41 /*.tar.bz2
42 /*.tar.gz
43 /*.tar.xz
44 *.log
45 *.a
46 *.cache
47 *.gmo
48 *.la
49 *.lo
50 *.mo
51 *.o
52 *.stamp
53 *.sw[op]
54 *.trs
55 *~
56 .deps
57 .dirstamp
58 .libs
59 Makefile.in
60 aclocal.m4
61 config.log
62 config.status
63 configure
64 install-sh
65 stamp-*